#063712

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

Shades of Deep Fir #063712

Tints of Deep Fir #063712

Color information

#063712 (or 0x063712) is unknown color: approx Deep Fir. HEX triplet: 06, 37 and 12. RGB value is (6,55,18). Sum of RGB (Red+Green+Blue) = 6+55+18=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 55 (21.88% from 255 or 69.62% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 55 - color contains mainly: green. Hex color #063712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063712 is #F9C8ED. Grayscale: #242424. Windows color (decimal): -16369902 or 1193734. OLE color: 1193734.

HSL color Cylindrical-coordinate representation of color #063712: hue angle of 134.69º 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 #063712 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB65518-
CMYK0.8900.670.78
HSL134.69º80.33%11.96%-
HSV(B)134.69º89.09%21.57%-
XYZ1.552.811.03-
YUV36.13117.77106.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.59%
GREEN value IS 55 (21.88% from 255) = 69.62%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=7.59%
G=69.62%
B=22.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal655180.8900.670.78134.6980.3311.96
Hex63712590434E8750c
Octal66722131010311620712014
Binary1101101111001010110010100001110011101000011110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063712; }

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

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

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

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

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

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

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

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