#063816

Color #063816 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #063816

Tints of Deep Fir #063816

Color information

#063816 (or 0x063816) is unknown color: approx Deep Fir. HEX triplet: 06, 38 and 16. RGB value is (6,56,22). Sum of RGB (Red+Green+Blue) = 6+56+22=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 56 (22.27% from 255 or 66.67% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 56 - color contains mainly: green. Hex color #063816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063816 is #F9C7E9. Grayscale: #252525. Windows color (decimal): -16369642 or 1456134. OLE color: 1456134.

HSL color Cylindrical-coordinate representation of color #063816: hue angle of 139.2º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063816 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB65622-
CMYK0.8900.610.78
HSL139.2º80.65%12.16%-
HSV(B)139.2º89.29%21.96%-
XYZ1.632.921.24-
YUV37.17119.44105.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 56 (22.27% from 255) = 66.67%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=7.14%
G=66.67%
B=26.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal656220.8900.610.78139.280.6512.16
Hex638165903D4E8b51c
Octal6702613107511621312114
Binary110111000101101011001011110110011101000101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063816; }

 p { color: rgb(6,56,22); }

 H1.HeaderClassName
 {
   color: #063816;
 }
 .AnyTagClassName
 {
   color: #063816;
 }
</style>
background-color css

<style>
 a { background-color: #063816; }

 a { background-color: rgb(6,56,22); }

 div.DivClassName
 {
   background-color: #063816;
 }
 .BgClassName
 {
   background-color: #063816;
 }
</style>
border-color css

<style>
 span { border-color: #063816; }

 span { border-color: rgb(6,56,22); }

 td.TdClassName
 {
   border-color: #063816;
 }
 .TagClassName
 {
   border-color: #063816;
 }
</style>