#06370F

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

Shades of Deep Fir #06370F

Tints of Deep Fir #06370F

Color information

#06370F (or 0x06370F) is unknown color: approx Deep Fir. HEX triplet: 06, 37 and 0F. RGB value is (6,55,15). Sum of RGB (Red+Green+Blue) = 6+55+15=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #06370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06370F is #F9C8F0. Grayscale: #232323. Windows color (decimal): -16369905 or 997126. OLE color: 997126.

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

Color convert

RGB65515-
CMYK0.8900.730.78
HSL131.02º80.33%11.96%-
HSV(B)131.02º89.09%21.57%-
XYZ1.532.810.91-
YUV35.79116.27106.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 55 (21.88% from 255) = 72.37%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=7.89%
G=72.37%
B=19.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal655150.8900.730.78131.0280.3311.96
Hex637F590494E8350c
Octal66717131011111620312014
Binary110110111111110110010100100110011101000001110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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