Html Css Color HEX #064611 Deep Fir

📋 copy color: '#064611'

red 6 ◦ green 70 ◦ blue 17

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

Shades of Deep Fir #064611

Tints of Deep Fir #064611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 75.27%

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

R = 6.45%
G = 75.27%
B = 18.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#064611 (or 0x064611) is known color: Deep Fir. HEX triplet: 06, 46 and 11. RGB value is (6,70,17). Sum of RGB (Red+Green+Blue) = 6+70+17=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 70 (27.73% from 255 or 75.27% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 70 - color contains mainly: green. Hex color #064611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064611 is #F9B9EE. Grayscale: #2C2C2C. Windows color (decimal): -16366063 or 1132038. OLE color: 1132038.

HSL color Cylindrical-coordinate representation of color #064611: hue angle of 130.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064611 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 70 17 -
CMYK 0.91 0 0.76 0.73
HSL 130.31º 0.84% 0.15% -
HSV(B) 130.31º 0.91% 0.27% -
XYZ 2.37 4.46 1.27 -
YUV 44.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 6 70 17 0.91 0 0.76 0.73 130.31 0.84 0.15
Hex 6 46 11 5B 0 4C 49 82 54 F
Octal 6 106 21 133 0 114 111 202 124 17
Binary 110 1000110 10001 1011011 0 1001100 1001001 10000010 1010100 1111

Color Harmonies of #064611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064611

Black with #064611

Text Example


Text Example

White with #064611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064611; }

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

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

background-color css

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

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

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

border-color css

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

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

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