#06290C

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

Shades of Deep Fir #06290C

Tints of Deep Fir #06290C

Color information

#06290C (or 0x06290C) is unknown color: approx Deep Fir. HEX triplet: 06, 29 and 0C. RGB value is (6,41,12). Sum of RGB (Red+Green+Blue) = 6+41+12=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 41 (16.41% from 255 or 69.49% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 41 - color contains mainly: green. Hex color #06290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06290C is #F9D6F3. Grayscale: #1B1B1B. Windows color (decimal): -16373492 or 796934. OLE color: 796934.

HSL color Cylindrical-coordinate representation of color #06290C: hue angle of 130.29º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #06290C is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB64112-
CMYK0.8500.710.84
HSL130.29º74.47%9.22%-
HSV(B)130.29º85.37%16.08%-
XYZ0.931.650.62-
YUV27.23119.4112.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.17%
GREEN value IS 41 (16.41% from 255) = 69.49%
BLUE value IS 12 (5.08% from 255) = 20.34%
R=10.17%
G=69.49%
B=20.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal641120.8500.710.84130.2974.479.22
Hex629C5504754824a9
Octal65114125010712420211211
Binary110101001110010101010100011110101001000001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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