#063410

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

Shades of Deep Fir #063410

Tints of Deep Fir #063410

Color information

#063410 (or 0x063410) is unknown color: approx Deep Fir. HEX triplet: 06, 34 and 10. RGB value is (6,52,16). Sum of RGB (Red+Green+Blue) = 6+52+16=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 52 (20.70% from 255 or 70.27% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 52 - color contains mainly: green. Hex color #063410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063410 is #F9CBEF. Grayscale: #222222. Windows color (decimal): -16370672 or 1061894. OLE color: 1061894.

HSL color Cylindrical-coordinate representation of color #063410: hue angle of 133.04º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063410 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB65216-
CMYK0.8800.690.80
HSL133.04º79.31%11.37%-
HSV(B)133.04º88.46%20.39%-
XYZ1.42.530.91-
YUV34.14117.76107.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.11%
GREEN value IS 52 (20.70% from 255) = 70.27%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=8.11%
G=70.27%
B=21.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal652160.8800.690.80133.0479.3111.37
Hex634105804550854fb
Octal66420130010512020511713
Binary1101101001000010110000100010110100001000010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063410; }

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

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

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

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

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

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

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

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