Html Css Color HEX #06340E Deep Fir

📋 copy color: '#06340E'

red 6 ◦ green 52 ◦ blue 14

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

Shades of Deep Fir #06340E

Tints of Deep Fir #06340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 72.22%

 BLUE value IS 14 (5.86% from 255) = 19.44%

R = 8.33%
G = 72.22%
B = 19.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.80

RGB Variations

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

Color information

#06340E (or 0x06340E) is known color: Deep Fir. HEX triplet: 06, 34 and 0E. RGB value is (6,52,14). Sum of RGB (Red+Green+Blue) = 6+52+14=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 52 (20.70% from 255 or 72.22% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 52 - color contains mainly: green. Hex color #06340E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06340E is #F9CBF1. Grayscale: #222222. Windows color (decimal): -16370674 or 930822. OLE color: 930822.

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

Color convert

RGB 6 52 14 -
CMYK 0.88 0 0.73 0.80
HSL 130.43º 0.79% 0.11% -
HSV(B) 130.43º 0.88% 0.2% -
XYZ 1.38 2.53 0.83 -
YUV 33.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 6 52 14 0.88 0 0.73 0.80 130.43 0.79 0.11
Hex 6 34 E 58 0 49 50 82 4F B
Octal 6 64 16 130 0 111 120 202 117 13
Binary 110 110100 1110 1011000 0 1001001 1010000 10000010 1001111 1011

Color Harmonies of #06340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06340E

Black with #06340E

Text Example


Text Example

White with #06340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06340E;
 }
 .AnyTagClassName
 {
   color: #06340E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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