#06370C

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

Shades of Deep Fir #06370C

Tints of Deep Fir #06370C

Color information

#06370C (or 0x06370C) is unknown color: approx Deep Fir. HEX triplet: 06, 37 and 0C. RGB value is (6,55,12). Sum of RGB (Red+Green+Blue) = 6+55+12=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 55 (21.88% from 255 or 75.34% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 55 - color contains mainly: green. Hex color #06370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06370C is #F9C8F3. Grayscale: #232323. Windows color (decimal): -16369908 or 800518. OLE color: 800518.

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

Color convert

RGB65512-
CMYK0.8900.780.78
HSL127.35º80.33%11.96%-
HSV(B)127.35º89.09%21.57%-
XYZ1.512.80.81-
YUV35.45114.77107-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.22%
GREEN value IS 55 (21.88% from 255) = 75.34%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=8.22%
G=75.34%
B=16.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal655120.8900.780.78127.3580.3311.96
Hex637C5904E4E7f50c
Octal66714131011611617712014
Binary11011011111001011001010011101001110111111110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06370C; }

 p { color: rgb(6,55,12); }

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

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

 a { background-color: rgb(6,55,12); }

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

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

 span { border-color: rgb(6,55,12); }

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