#063416

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

Shades of Deep Fir #063416

Tints of Deep Fir #063416

Color information

#063416 (or 0x063416) is unknown color: approx Deep Fir. HEX triplet: 06, 34 and 16. RGB value is (6,52,22). Sum of RGB (Red+Green+Blue) = 6+52+22=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #063416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063416 is #F9CBE9. Grayscale: #222222. Windows color (decimal): -16370666 or 1455110. OLE color: 1455110.

HSL color Cylindrical-coordinate representation of color #063416: hue angle of 140.87º 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 #063416 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB65222-
CMYK0.8800.580.80
HSL140.87º79.31%11.37%-
HSV(B)140.87º88.46%20.39%-
XYZ1.452.551.18-
YUV34.83120.76107.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 52 (20.70% from 255) = 65%
BLUE value IS 22 (8.98% from 255) = 27.5%
R=7.5%
G=65%
B=27.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal652220.8800.580.80140.8779.3111.37
Hex634165803A508d4fb
Octal6642613007212021511713
Binary110110100101101011000011101010100001000110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063416; }

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

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

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

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

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

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

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

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