Html Css Color HEX #064116 Deep Fir

📋 copy color: '#064116'

red 6 ◦ green 65 ◦ blue 22

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

Shades of Deep Fir #064116

Tints of Deep Fir #064116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 23.66%

R = 6.45%
G = 69.89%
B = 23.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#064116 (or 0x064116) is known color: Deep Fir. HEX triplet: 06, 41 and 16. RGB value is (6,65,22). Sum of RGB (Red+Green+Blue) = 6+65+22=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #064116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064116 is #F9BEE9. Grayscale: #2A2A2A. Windows color (decimal): -16367338 or 1458438. OLE color: 1458438.

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

Color convert

RGB 6 65 22 -
CMYK 0.91 0 0.66 0.75
HSL 136.27º 0.83% 0.14% -
HSV(B) 136.27º 0.91% 0.25% -
XYZ 2.11 3.88 1.4 -
YUV 42.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 6 65 22 0.91 0 0.66 0.75 136.27 0.83 0.14
Hex 6 41 16 5B 0 42 4B 88 53 E
Octal 6 101 26 133 0 102 113 210 123 16
Binary 110 1000001 10110 1011011 0 1000010 1001011 10001000 1010011 1110

Color Harmonies of #064116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064116

Black with #064116

Text Example


Text Example

White with #064116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064116; }

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

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

background-color css

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

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

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

border-color css

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

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

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