#063718

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

Shades of Deep Fir #063718

Tints of Deep Fir #063718

Color information

#063718 (or 0x063718) is unknown color: approx Deep Fir. HEX triplet: 06, 37 and 18. RGB value is (6,55,24). Sum of RGB (Red+Green+Blue) = 6+55+24=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 55 (21.88% from 255 or 64.71% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 55 - color contains mainly: green. Hex color #063718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063718 is #F9C8E7. Grayscale: #242424. Windows color (decimal): -16369896 or 1586950. OLE color: 1586950.

HSL color Cylindrical-coordinate representation of color #063718: hue angle of 142.04º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063718 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB65524-
CMYK0.8900.560.78
HSL142.04º80.33%11.96%-
HSV(B)142.04º89.09%21.57%-
XYZ1.612.841.33-
YUV36.81120.77106.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 55 (21.88% from 255) = 64.71%
BLUE value IS 24 (9.77% from 255) = 28.24%
R=7.06%
G=64.71%
B=28.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal655240.8900.560.78142.0480.3311.96
Hex63718590384E8e50c
Octal6673013107011621612014
Binary110110111110001011001011100010011101000111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063718; }

 p { color: rgb(6,55,24); }

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

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

 a { background-color: rgb(6,55,24); }

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

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

 span { border-color: rgb(6,55,24); }

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