#06340F

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

Shades of Deep Fir #06340F

Tints of Deep Fir #06340F

Color information

#06340F (or 0x06340F) is unknown color: approx Deep Fir. HEX triplet: 06, 34 and 0F. RGB value is (6,52,15). Sum of RGB (Red+Green+Blue) = 6+52+15=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 52 (20.70% from 255 or 71.23% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 52 - color contains mainly: green. Hex color #06340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06340F is #F9CBF0. Grayscale: #222222. Windows color (decimal): -16370673 or 996358. OLE color: 996358.

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

Color convert

RGB65215-
CMYK0.8800.710.80
HSL131.74º79.31%11.37%-
HSV(B)131.74º88.46%20.39%-
XYZ1.392.530.87-
YUV34.03117.26108.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.22%
GREEN value IS 52 (20.70% from 255) = 71.23%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=8.22%
G=71.23%
B=20.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal652150.8800.710.80131.7479.3111.37
Hex634F5804750844fb
Octal66417130010712020411713
Binary110110100111110110000100011110100001000010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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