#06320D

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

Shades of Deep Fir #06320D

Tints of Deep Fir #06320D

Color information

#06320D (or 0x06320D) is unknown color: approx Deep Fir. HEX triplet: 06, 32 and 0D. RGB value is (6,50,13). Sum of RGB (Red+Green+Blue) = 6+50+13=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 50 (19.92% from 255 or 72.46% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 50 - color contains mainly: green. Hex color #06320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06320D is #F9CDF2. Grayscale: #202020. Windows color (decimal): -16371187 or 864774. OLE color: 864774.

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

Color convert

RGB65013-
CMYK0.8800.740.80
HSL129.55º78.57%10.98%-
HSV(B)129.55º88%19.61%-
XYZ1.292.350.77-
YUV32.63116.92109.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.70%
GREEN value IS 50 (19.92% from 255) = 72.46%
BLUE value IS 13 (5.47% from 255) = 18.84%
R=8.70%
G=72.46%
B=18.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal650130.8800.740.80129.5578.5710.98
Hex632D5804A50824fb
Octal66215130011212020211713
Binary110110010110110110000100101010100001000001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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