#063611

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

Shades of Deep Fir #063611

Tints of Deep Fir #063611

Color information

#063611 (or 0x063611) is unknown color: approx Deep Fir. HEX triplet: 06, 36 and 11. RGB value is (6,54,17). Sum of RGB (Red+Green+Blue) = 6+54+17=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 54 (21.48% from 255 or 70.13% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 54 - color contains mainly: green. Hex color #063611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063611 is #F9C9EE. Grayscale: #232323. Windows color (decimal): -16370159 or 1127942. OLE color: 1127942.

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

Color convert

RGB65417-
CMYK0.8900.690.79
HSL133.75º80%11.76%-
HSV(B)133.75º88.89%21.18%-
XYZ1.52.720.98-
YUV35.43117.6107.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 54 (21.48% from 255) = 70.13%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=7.79%
G=70.13%
B=22.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654170.8900.690.79133.758011.76
Hex63611590454F8650c
Octal66621131010511720612014
Binary1101101101000110110010100010110011111000011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063611; }

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

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

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

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

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

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

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

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