#063612

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

Shades of Deep Fir #063612

Tints of Deep Fir #063612

Color information

#063612 (or 0x063612) is unknown color: approx Deep Fir. HEX triplet: 06, 36 and 12. RGB value is (6,54,18). Sum of RGB (Red+Green+Blue) = 6+54+18=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 54 (21.48% from 255 or 69.23% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 54 - color contains mainly: green. Hex color #063612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063612 is #F9C9ED. Grayscale: #232323. Windows color (decimal): -16370158 or 1193478. OLE color: 1193478.

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

Color convert

RGB65418-
CMYK0.8900.670.79
HSL135º80%11.76%-
HSV(B)135º88.89%21.18%-
XYZ1.52.721.02-
YUV35.54118.1106.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.69%
GREEN value IS 54 (21.48% from 255) = 69.23%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=7.69%
G=69.23%
B=23.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654180.8900.670.791358011.76
Hex63612590434F8750c
Octal66622131010311720712014
Binary1101101101001010110010100001110011111000011110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063612; }

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

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

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

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

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

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

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

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