Html Css Color HEX #064615 Deep Fir

📋 copy color: '#064615'

red 6 ◦ green 70 ◦ blue 21

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

Shades of Deep Fir #064615

Tints of Deep Fir #064615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 21.65%

R = 6.19%
G = 72.16%
B = 21.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#064615 (or 0x064615) is known color: Deep Fir. HEX triplet: 06, 46 and 15. RGB value is (6,70,21). Sum of RGB (Red+Green+Blue) = 6+70+21=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 70 (27.73% from 255 or 72.16% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 70 - color contains mainly: green. Hex color #064615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064615 is #F9B9EA. Grayscale: #2D2D2D. Windows color (decimal): -16366059 or 1394182. OLE color: 1394182.

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

Color convert

RGB 6 70 21 -
CMYK 0.91 0 0.70 0.73
HSL 134.06º 0.84% 0.15% -
HSV(B) 134.06º 0.91% 0.27% -
XYZ 2.4 4.47 1.45 -
YUV 45.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 6 70 21 0.91 0 0.70 0.73 134.06 0.84 0.15
Hex 6 46 15 5B 0 46 49 86 54 F
Octal 6 106 25 133 0 106 111 206 124 17
Binary 110 1000110 10101 1011011 0 1000110 1001001 10000110 1010100 1111

Color Harmonies of #064615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064615

Black with #064615

Text Example


Text Example

White with #064615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064615; }

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

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

background-color css

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

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

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

border-color css

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

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

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