Html Css Color HEX #064015 Deep Fir

📋 copy color: '#064015'

red 6 ◦ green 64 ◦ blue 21

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

Shades of Deep Fir #064015

Tints of Deep Fir #064015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 70.33%

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

R = 6.59%
G = 70.33%
B = 23.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#064015 (or 0x064015) is known color: Deep Fir. HEX triplet: 06, 40 and 15. RGB value is (6,64,21). Sum of RGB (Red+Green+Blue) = 6+64+21=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #064015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064015 is #F9BFEA. Grayscale: #292929. Windows color (decimal): -16367595 or 1392646. OLE color: 1392646.

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

Color convert

RGB 6 64 21 -
CMYK 0.91 0 0.67 0.75
HSL 135.52º 0.83% 0.14% -
HSV(B) 135.52º 0.91% 0.25% -
XYZ 2.04 3.76 1.33 -
YUV 41.76 116.28 102.5 -
System Red Green Blue C M Y K H S L
Decimal 6 64 21 0.91 0 0.67 0.75 135.52 0.83 0.14
Hex 6 40 15 5B 0 43 4B 88 53 E
Octal 6 100 25 133 0 103 113 210 123 16
Binary 110 1000000 10101 1011011 0 1000011 1001011 10001000 1010011 1110

Color Harmonies of #064015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064015

Black with #064015

Text Example


Text Example

White with #064015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064015; }

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

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

background-color css

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

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

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

border-color css

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

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

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