#063011

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

Shades of Deep Fir #063011

Tints of Deep Fir #063011

Color information

#063011 (or 0x063011) is unknown color: approx Deep Fir. HEX triplet: 06, 30 and 11. RGB value is (6,48,17). Sum of RGB (Red+Green+Blue) = 6+48+17=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #063011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063011 is #F9CFEE. Grayscale: #1F1F1F. Windows color (decimal): -16371695 or 1126406. OLE color: 1126406.

HSL color Cylindrical-coordinate representation of color #063011: hue angle of 135.71º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063011 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB64817-
CMYK0.8700.650.81
HSL135.71º77.78%10.59%-
HSV(B)135.71º87.5%18.82%-
XYZ1.232.190.89-
YUV31.91119.59109.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 48 (19.14% from 255) = 67.61%
BLUE value IS 17 (7.03% from 255) = 23.94%
R=8.45%
G=67.61%
B=23.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648170.8700.650.81135.7177.7810.59
Hex630115704151884eb
Octal66021127010112121011613
Binary1101100001000110101110100000110100011000100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063011; }

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

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

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

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

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

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

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

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