#06320F

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

Shades of Deep Fir #06320F

Tints of Deep Fir #06320F

Color information

#06320F (or 0x06320F) is unknown color: approx Deep Fir. HEX triplet: 06, 32 and 0F. RGB value is (6,50,15). Sum of RGB (Red+Green+Blue) = 6+50+15=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #06320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06320F is #F9CDF0. Grayscale: #202020. Windows color (decimal): -16371185 or 995846. OLE color: 995846.

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

Color convert

RGB65015-
CMYK0.8800.700.80
HSL132.27º78.57%10.98%-
HSV(B)132.27º88%19.61%-
XYZ1.32.350.84-
YUV32.85117.92108.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 50 (19.92% from 255) = 70.42%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=8.45%
G=70.42%
B=21.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650150.8800.700.80132.2778.5710.98
Hex632F5804650844fb
Octal66217130010612020411713
Binary110110010111110110000100011010100001000010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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