#062810

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

Shades of Deep Fir #062810

Tints of Deep Fir #062810

Color information

#062810 (or 0x062810) is unknown color: approx Deep Fir. HEX triplet: 06, 28 and 10. RGB value is (6,40,16). Sum of RGB (Red+Green+Blue) = 6+40+16=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #062810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062810 is #F9D7EF. Grayscale: #1B1B1B. Windows color (decimal): -16373744 or 1058822. OLE color: 1058822.

HSL color Cylindrical-coordinate representation of color #062810: hue angle of 137.65º 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 #062810 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB64016-
CMYK0.8500.600.84
HSL137.65º73.91%9.02%-
HSV(B)137.65º85%15.69%-
XYZ0.931.590.75-
YUV27.1121.74112.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 40 (16.02% from 255) = 64.52%
BLUE value IS 16 (6.64% from 255) = 25.81%
R=9.68%
G=64.52%
B=25.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal640160.8500.600.84137.6573.919.02
Hex628105503C548a4a9
Octal6502012507412421211211
Binary110101000100001010101011110010101001000101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062810; }

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

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

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

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

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

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

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

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