#063511

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

Shades of Deep Fir #063511

Tints of Deep Fir #063511

Color information

#063511 (or 0x063511) is unknown color: approx Deep Fir. HEX triplet: 06, 35 and 11. RGB value is (6,53,17). Sum of RGB (Red+Green+Blue) = 6+53+17=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #063511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063511 is #F9CAEE. Grayscale: #222222. Windows color (decimal): -16370415 or 1127686. OLE color: 1127686.

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

Color convert

RGB65317-
CMYK0.8900.680.79
HSL134.04º79.66%11.57%-
HSV(B)134.04º88.68%20.78%-
XYZ1.452.630.96-
YUV34.84117.93107.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 53 (21.09% from 255) = 69.74%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=7.89%
G=69.74%
B=22.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal653170.8900.680.79134.0479.6611.57
Hex63511590444F8650c
Octal66521131010411720612014
Binary1101101011000110110010100010010011111000011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063511; }

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

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

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

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

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

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

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

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