#06320C

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

Shades of Deep Fir #06320C

Tints of Deep Fir #06320C

Color information

#06320C (or 0x06320C) is unknown color: approx Deep Fir. HEX triplet: 06, 32 and 0C. RGB value is (6,50,12). Sum of RGB (Red+Green+Blue) = 6+50+12=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 50 (19.92% from 255 or 73.53% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 50 - color contains mainly: green. Hex color #06320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06320C is #F9CDF3. Grayscale: #202020. Windows color (decimal): -16371188 or 799238. OLE color: 799238.

HSL color Cylindrical-coordinate representation of color #06320C: hue angle of 128.18º 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 #06320C is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB65012-
CMYK0.8800.760.80
HSL128.18º78.57%10.98%-
HSV(B)128.18º88%19.61%-
XYZ1.282.350.73-
YUV32.51116.42109.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.82%
GREEN value IS 50 (19.92% from 255) = 73.53%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=8.82%
G=73.53%
B=17.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650120.8800.760.80128.1878.5710.98
Hex632C5804C50804fb
Octal66214130011412020011713
Binary110110010110010110000100110010100001000000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06320C; }

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

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

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

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

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

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

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

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