Html Css Color HEX #064210 Deep Fir

📋 copy color: '#064210'

red 6 ◦ green 66 ◦ blue 16

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

Shades of Deep Fir #064210

Tints of Deep Fir #064210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.18%

R = 6.82%
G = 75%
B = 18.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#064210 (or 0x064210) is known color: Deep Fir. HEX triplet: 06, 42 and 10. RGB value is (6,66,16). Sum of RGB (Red+Green+Blue) = 6+66+16=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 66 (26.17% from 255 or 75% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 66 - color contains mainly: green. Hex color #064210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064210 is #F9BDEF. Grayscale: #2A2A2A. Windows color (decimal): -16367088 or 1065478. OLE color: 1065478.

HSL color Cylindrical-coordinate representation of color #064210: hue angle of 130º 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 #064210 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 66 16 -
CMYK 0.91 0 0.76 0.74
HSL 130º 0.83% 0.14% -
HSV(B) 130º 0.91% 0.26% -
XYZ 2.12 3.97 1.15 -
YUV 42.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 6 66 16 0.91 0 0.76 0.74 130 0.83 0.14
Hex 6 42 10 5B 0 4C 4A 82 53 E
Octal 6 102 20 133 0 114 112 202 123 16
Binary 110 1000010 10000 1011011 0 1001100 1001010 10000010 1010011 1110

Color Harmonies of #064210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064210

Black with #064210

Text Example


Text Example

White with #064210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064210; }

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

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

background-color css

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

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

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

border-color css

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

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

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