#063917

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

Shades of Deep Fir #063917

Tints of Deep Fir #063917

Color information

#063917 (or 0x063917) is unknown color: approx Deep Fir. HEX triplet: 06, 39 and 17. RGB value is (6,57,23). Sum of RGB (Red+Green+Blue) = 6+57+23=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 57 (22.66% from 255 or 66.28% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 57 - color contains mainly: green. Hex color #063917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063917 is #F9C6E8. Grayscale: #252525. Windows color (decimal): -16369385 or 1521926. OLE color: 1521926.

HSL color Cylindrical-coordinate representation of color #063917: hue angle of 140º 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 #063917 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB65723-
CMYK0.8900.600.78
HSL140º80.95%12.35%-
HSV(B)140º89.47%22.35%-
XYZ1.693.031.31-
YUV37.87119.6105.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 57 (22.66% from 255) = 66.28%
BLUE value IS 23 (9.38% from 255) = 26.74%
R=6.98%
G=66.28%
B=26.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal657230.8900.600.7814080.9512.35
Hex639175903C4E8c51c
Octal6712713107411621412114
Binary110111001101111011001011110010011101000110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063917; }

 p { color: rgb(6,57,23); }

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

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

 a { background-color: rgb(6,57,23); }

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

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

 span { border-color: rgb(6,57,23); }

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