Html Css Color HEX #06340F Deep Fir

📋 copy color: '#06340F'

red 6 ◦ green 52 ◦ blue 15

#06340F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #06340F

Tints of Deep Fir #06340F

RGB

 RED value IS 6 (2.73% from 255) = 8.22%

 GREEN value IS 52 (20.7% 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 value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.80

RGB Variations

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

Color information

#06340F (or 0x06340F) is known color: 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

RGB 6 52 15 -
CMYK 0.88 0 0.71 0.80
HSL 131.74º 0.79% 0.11% -
HSV(B) 131.74º 0.88% 0.2% -
XYZ 1.39 2.53 0.87 -
YUV 34.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 6 52 15 0.88 0 0.71 0.80 131.74 0.79 0.11
Hex 6 34 F 58 0 47 50 84 4F B
Octal 6 64 17 130 0 107 120 204 117 13
Binary 110 110100 1111 1011000 0 1000111 1010000 10000100 1001111 1011

Color Harmonies of #06340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06340F

Black with #06340F

Text Example


Text Example

White with #06340F

Text Example


Text Example

HTML Codes & Css Web 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>