#062C0B

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

Shades of Deep Fir #062C0B

Tints of Deep Fir #062C0B

Color information

#062C0B (or 0x062C0B) is unknown color: approx Deep Fir. HEX triplet: 06, 2C and 0B. RGB value is (6,44,11). Sum of RGB (Red+Green+Blue) = 6+44+11=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 44 (17.58% from 255 or 72.13% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 44 - color contains mainly: green. Hex color #062C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062C0B is #F9D3F4. Grayscale: #1C1C1C. Windows color (decimal): -16372725 or 732166. OLE color: 732166.

HSL color Cylindrical-coordinate representation of color #062C0B: hue angle of 127.89º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062C0B is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.83.

Color convert

RGB64411-
CMYK0.8600.750.83
HSL127.89º76%9.8%-
HSV(B)127.89º86.36%17.25%-
XYZ1.041.860.62-
YUV28.88117.91111.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.84%
GREEN value IS 44 (17.58% from 255) = 72.13%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=9.84%
G=72.13%
B=18.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal644110.8600.750.83127.89769.8
Hex62CB5604B53804ca
Octal65413126011312320011412
Binary110101100101110101100100101110100111000000010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062C0B; }

 p { color: rgb(6,44,11); }

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

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

 a { background-color: rgb(6,44,11); }

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

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

 span { border-color: rgb(6,44,11); }

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