#062C11

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

Shades of Deep Fir #062C11

Tints of Deep Fir #062C11

Color information

#062C11 (or 0x062C11) is unknown color: approx Deep Fir. HEX triplet: 06, 2C and 11. RGB value is (6,44,17). Sum of RGB (Red+Green+Blue) = 6+44+17=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 44 (17.58% from 255 or 65.67% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 44 - color contains mainly: green. Hex color #062C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062C11 is #F9D3EE. Grayscale: #1D1D1D. Windows color (decimal): -16372719 or 1125382. OLE color: 1125382.

HSL color Cylindrical-coordinate representation of color #062C11: hue angle of 137.37º 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 #062C11 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB64417-
CMYK0.8600.610.83
HSL137.37º76%9.8%-
HSV(B)137.37º86.36%17.25%-
XYZ1.081.880.84-
YUV29.56120.91111.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.96%
GREEN value IS 44 (17.58% from 255) = 65.67%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=8.96%
G=65.67%
B=25.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal644170.8600.610.83137.37769.8
Hex62C115603D53894ca
Octal6542112607512321111412
Binary110101100100011010110011110110100111000100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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