#063417

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

Shades of Deep Fir #063417

Tints of Deep Fir #063417

Color information

#063417 (or 0x063417) is unknown color: approx Deep Fir. HEX triplet: 06, 34 and 17. RGB value is (6,52,23). Sum of RGB (Red+Green+Blue) = 6+52+23=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 52 (20.70% from 255 or 64.20% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 52 - color contains mainly: green. Hex color #063417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063417 is #F9CBE8. Grayscale: #232323. Windows color (decimal): -16370665 or 1520646. OLE color: 1520646.

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

Color convert

RGB65223-
CMYK0.8800.560.80
HSL142.17º79.31%11.37%-
HSV(B)142.17º88.46%20.39%-
XYZ1.462.561.23-
YUV34.94121.26107.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.41%
GREEN value IS 52 (20.70% from 255) = 64.20%
BLUE value IS 23 (9.38% from 255) = 28.40%
R=7.41%
G=64.20%
B=28.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal652230.8800.560.80142.1779.3111.37
Hex6341758038508e4fb
Octal6642713007012021611713
Binary110110100101111011000011100010100001000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063417; }

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

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

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

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

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

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

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

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