Html Css Color HEX #064211 Deep Fir

📋 copy color: '#064211'

red 6 ◦ green 66 ◦ blue 17

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

Shades of Deep Fir #064211

Tints of Deep Fir #064211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 74.16%

 BLUE value IS 17 (7.03% from 255) = 19.1%

R = 6.74%
G = 74.16%
B = 19.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#064211 (or 0x064211) is known color: Deep Fir. HEX triplet: 06, 42 and 11. RGB value is (6,66,17). Sum of RGB (Red+Green+Blue) = 6+66+17=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #064211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064211 is #F9BDEE. Grayscale: #2A2A2A. Windows color (decimal): -16367087 or 1131014. OLE color: 1131014.

HSL color Cylindrical-coordinate representation of color #064211: hue angle of 131º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064211 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 66 17 -
CMYK 0.91 0 0.74 0.74
HSL 131º 0.83% 0.14% -
HSV(B) 131º 0.91% 0.26% -
XYZ 2.12 3.98 1.19 -
YUV 42.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 6 66 17 0.91 0 0.74 0.74 131 0.83 0.14
Hex 6 42 11 5B 0 4A 4A 83 53 E
Octal 6 102 21 133 0 112 112 203 123 16
Binary 110 1000010 10001 1011011 0 1001010 1001010 10000011 1010011 1110

Color Harmonies of #064211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064211

Black with #064211

Text Example


Text Example

White with #064211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064211; }

 p { color: rgb(6,66,17); }

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

background-color css

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

 a { background-color: rgb(6,66,17); }

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

border-color css

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

 span { border-color: rgb(6,66,17); }

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