#063911

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

Shades of Deep Fir #063911

Tints of Deep Fir #063911

Color information

#063911 (or 0x063911) is unknown color: approx Deep Fir. HEX triplet: 06, 39 and 11. RGB value is (6,57,17). Sum of RGB (Red+Green+Blue) = 6+57+17=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 57 (22.66% from 255 or 71.25% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 57 - color contains mainly: green. Hex color #063911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063911 is #F9C6EE. Grayscale: #252525. Windows color (decimal): -16369391 or 1128710. OLE color: 1128710.

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

Color convert

RGB65717-
CMYK0.8900.700.78
HSL132.94º80.95%12.35%-
HSV(B)132.94º89.47%22.35%-
XYZ1.643.011.02-
YUV37.19116.6105.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 57 (22.66% from 255) = 71.25%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=7.5%
G=71.25%
B=21.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal657170.8900.700.78132.9480.9512.35
Hex63911590464E8551c
Octal67121131010611620512114
Binary1101110011000110110010100011010011101000010110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063911; }

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

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

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

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

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

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

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

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