#063110

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

Shades of Deep Fir #063110

Tints of Deep Fir #063110

Color information

#063110 (or 0x063110) is unknown color: approx Deep Fir. HEX triplet: 06, 31 and 10. RGB value is (6,49,16). Sum of RGB (Red+Green+Blue) = 6+49+16=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 49 (19.53% from 255 or 69.01% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 49 - color contains mainly: green. Hex color #063110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063110 is #F9CEEF. Grayscale: #202020. Windows color (decimal): -16371440 or 1061126. OLE color: 1061126.

HSL color Cylindrical-coordinate representation of color #063110: hue angle of 133.95º 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 #063110 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB64916-
CMYK0.8800.670.81
HSL133.95º78.18%10.78%-
HSV(B)133.95º87.76%19.22%-
XYZ1.272.270.86-
YUV32.38118.75109.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 49 (19.53% from 255) = 69.01%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=8.45%
G=69.01%
B=22.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649160.8800.670.81133.9578.1810.78
Hex631105804351864eb
Octal66120130010312120611613
Binary1101100011000010110000100001110100011000011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063110; }

 p { color: rgb(6,49,16); }

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

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

 a { background-color: rgb(6,49,16); }

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

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

 span { border-color: rgb(6,49,16); }

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