#06370D

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

Shades of Deep Fir #06370D

Tints of Deep Fir #06370D

Color information

#06370D (or 0x06370D) is unknown color: approx Deep Fir. HEX triplet: 06, 37 and 0D. RGB value is (6,55,13). Sum of RGB (Red+Green+Blue) = 6+55+13=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 55 (21.88% from 255 or 74.32% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 55 - color contains mainly: green. Hex color #06370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06370D is #F9C8F2. Grayscale: #232323. Windows color (decimal): -16369907 or 866054. OLE color: 866054.

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

Color convert

RGB65513-
CMYK0.8900.760.78
HSL128.57º80.33%11.96%-
HSV(B)128.57º89.09%21.57%-
XYZ1.512.80.84-
YUV35.56115.27106.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.11%
GREEN value IS 55 (21.88% from 255) = 74.32%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=8.11%
G=74.32%
B=17.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal655130.8900.760.78128.5780.3311.96
Hex637D5904C4E8150c
Octal66715131011411620112014
Binary110110111110110110010100110010011101000000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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