#062B10

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

Shades of Deep Fir #062B10

Tints of Deep Fir #062B10

Color information

#062B10 (or 0x062B10) is unknown color: approx Deep Fir. HEX triplet: 06, 2B and 10. RGB value is (6,43,16). Sum of RGB (Red+Green+Blue) = 6+43+16=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 43 (17.19% from 255 or 66.15% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 43 - color contains mainly: green. Hex color #062B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062B10 is #F9D4EF. Grayscale: #1C1C1C. Windows color (decimal): -16372976 or 1059590. OLE color: 1059590.

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

Color convert

RGB64316-
CMYK0.8600.630.83
HSL136.22º75.51%9.61%-
HSV(B)136.22º86.05%16.86%-
XYZ1.031.80.78-
YUV28.86120.74111.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.23%
GREEN value IS 43 (17.19% from 255) = 66.15%
BLUE value IS 16 (6.64% from 255) = 24.62%
R=9.23%
G=66.15%
B=24.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal643160.8600.630.83136.2275.519.61
Hex62B105603F53884ca
Octal6532012607712321011412
Binary110101011100001010110011111110100111000100010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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