Html Css Color HEX #064110 Deep Fir

📋 copy color: '#064110'

red 6 ◦ green 65 ◦ blue 16

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

Shades of Deep Fir #064110

Tints of Deep Fir #064110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 74.71%

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

R = 6.9%
G = 74.71%
B = 18.39%

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

#064110 (or 0x064110) is known color: Deep Fir. HEX triplet: 06, 41 and 10. RGB value is (6,65,16). Sum of RGB (Red+Green+Blue) = 6+65+16=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 65 (25.78% from 255 or 74.71% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 65 - color contains mainly: green. Hex color #064110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064110 is #F9BEEF. Grayscale: #292929. Windows color (decimal): -16367344 or 1065222. OLE color: 1065222.

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

Color convert

RGB 6 65 16 -
CMYK 0.91 0 0.75 0.75
HSL 130.17º 0.83% 0.14% -
HSV(B) 130.17º 0.91% 0.25% -
XYZ 2.06 3.86 1.13 -
YUV 41.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 6 65 16 0.91 0 0.75 0.75 130.17 0.83 0.14
Hex 6 41 10 5B 0 4B 4B 82 53 E
Octal 6 101 20 133 0 113 113 202 123 16
Binary 110 1000001 10000 1011011 0 1001011 1001011 10000010 1010011 1110

Color Harmonies of #064110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064110

Black with #064110

Text Example


Text Example

White with #064110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064110; }

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

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

background-color css

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

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

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

border-color css

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

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

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