#063210

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

Shades of Deep Fir #063210

Tints of Deep Fir #063210

Color information

#063210 (or 0x063210) is unknown color: approx Deep Fir. HEX triplet: 06, 32 and 10. RGB value is (6,50,16). Sum of RGB (Red+Green+Blue) = 6+50+16=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 50 (19.92% from 255 or 69.44% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 50 - color contains mainly: green. Hex color #063210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063210 is #F9CDEF. Grayscale: #212121. Windows color (decimal): -16371184 or 1061382. OLE color: 1061382.

HSL color Cylindrical-coordinate representation of color #063210: hue angle of 133.64º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063210 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB65016-
CMYK0.8800.680.80
HSL133.64º78.57%10.98%-
HSV(B)133.64º88%19.61%-
XYZ1.312.360.88-
YUV32.97118.42108.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 50 (19.92% from 255) = 69.44%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=8.33%
G=69.44%
B=22.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650160.8800.680.80133.6478.5710.98
Hex632105804450864fb
Octal66220130010412020611713
Binary1101100101000010110000100010010100001000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063210; }

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

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

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

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

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

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

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

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