Html Css Color HEX #064510 Deep Fir

📋 copy color: '#064510'

red 6 ◦ green 69 ◦ blue 16

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

Shades of Deep Fir #064510

Tints of Deep Fir #064510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 75.82%

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

R = 6.59%
G = 75.82%
B = 17.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#064510 (or 0x064510) is known color: Deep Fir. HEX triplet: 06, 45 and 10. RGB value is (6,69,16). Sum of RGB (Red+Green+Blue) = 6+69+16=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 69 (27.34% from 255 or 75.82% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 69 - color contains mainly: green. Hex color #064510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064510 is #F9BAEF. Grayscale: #2C2C2C. Windows color (decimal): -16366320 or 1066246. OLE color: 1066246.

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

Color convert

RGB 6 69 16 -
CMYK 0.91 0 0.77 0.73
HSL 129.52º 0.84% 0.15% -
HSV(B) 129.52º 0.91% 0.27% -
XYZ 2.3 4.33 1.21 -
YUV 44.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 6 69 16 0.91 0 0.77 0.73 129.52 0.84 0.15
Hex 6 45 10 5B 0 4D 49 82 54 F
Octal 6 105 20 133 0 115 111 202 124 17
Binary 110 1000101 10000 1011011 0 1001101 1001001 10000010 1010100 1111

Color Harmonies of #064510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064510

Black with #064510

Text Example


Text Example

White with #064510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064510; }

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

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

background-color css

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

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

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

border-color css

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

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

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