#06340C

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

Shades of Deep Fir #06340C

Tints of Deep Fir #06340C

Color information

#06340C (or 0x06340C) is unknown color: approx Deep Fir. HEX triplet: 06, 34 and 0C. RGB value is (6,52,12). Sum of RGB (Red+Green+Blue) = 6+52+12=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #06340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06340C is #F9CBF3. Grayscale: #212121. Windows color (decimal): -16370676 or 799750. OLE color: 799750.

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

Color convert

RGB65212-
CMYK0.8800.770.80
HSL127.83º79.31%11.37%-
HSV(B)127.83º88.46%20.39%-
XYZ1.372.520.76-
YUV33.69115.76108.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.57%
GREEN value IS 52 (20.70% from 255) = 74.29%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=8.57%
G=74.29%
B=17.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal652120.8800.770.80127.8379.3111.37
Hex634C5804D50804fb
Octal66414130011512020011713
Binary110110100110010110000100110110100001000000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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