Html Css Color HEX #064010 Deep Fir

📋 copy color: '#064010'

red 6 ◦ green 64 ◦ blue 16

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

Shades of Deep Fir #064010

Tints of Deep Fir #064010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 74.42%

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

R = 6.98%
G = 74.42%
B = 18.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#064010 (or 0x064010) is known color: Deep Fir. HEX triplet: 06, 40 and 10. RGB value is (6,64,16). Sum of RGB (Red+Green+Blue) = 6+64+16=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #064010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064010 is #F9BFEF. Grayscale: #292929. Windows color (decimal): -16367600 or 1064966. OLE color: 1064966.

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

Color convert

RGB 6 64 16 -
CMYK 0.91 0 0.75 0.75
HSL 130.34º 0.83% 0.14% -
HSV(B) 130.34º 0.91% 0.25% -
XYZ 2 3.74 1.11 -
YUV 41.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 6 64 16 0.91 0 0.75 0.75 130.34 0.83 0.14
Hex 6 40 10 5B 0 4B 4B 82 53 E
Octal 6 100 20 133 0 113 113 202 123 16
Binary 110 1000000 10000 1011011 0 1001011 1001011 10000010 1010011 1110

Color Harmonies of #064010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064010

Black with #064010

Text Example


Text Example

White with #064010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064010; }

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

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

background-color css

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

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

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

border-color css

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

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

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