#062B0C

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

Shades of Deep Fir #062B0C

Tints of Deep Fir #062B0C

Color information

#062B0C (or 0x062B0C) is unknown color: approx Deep Fir. HEX triplet: 06, 2B and 0C. RGB value is (6,43,12). Sum of RGB (Red+Green+Blue) = 6+43+12=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 43 (17.19% from 255 or 70.49% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 43 - color contains mainly: green. Hex color #062B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062B0C is #F9D4F3. Grayscale: #1C1C1C. Windows color (decimal): -16372980 or 797446. OLE color: 797446.

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

Color convert

RGB64312-
CMYK0.8600.720.83
HSL129.73º75.51%9.61%-
HSV(B)129.73º86.05%16.86%-
XYZ1.011.790.64-
YUV28.4118.74112.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.84%
GREEN value IS 43 (17.19% from 255) = 70.49%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=9.84%
G=70.49%
B=19.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal643120.8600.720.83129.7375.519.61
Hex62BC5604853824ca
Octal65314126011012320211412
Binary110101011110010101100100100010100111000001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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