Html Css Color HEX #064515 Deep Fir

📋 copy color: '#064515'

red 6 ◦ green 69 ◦ blue 21

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

Shades of Deep Fir #064515

Tints of Deep Fir #064515

RGB

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

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

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

R = 6.25%
G = 71.88%
B = 21.88%

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

#064515 (or 0x064515) is known color: Deep Fir. HEX triplet: 06, 45 and 15. RGB value is (6,69,21). Sum of RGB (Red+Green+Blue) = 6+69+21=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 69 (27.34% from 255 or 71.88% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 69 - color contains mainly: green. Hex color #064515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064515 is #F9BAEA. Grayscale: #2C2C2C. Windows color (decimal): -16366315 or 1393926. OLE color: 1393926.

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

Color convert

RGB 6 69 21 -
CMYK 0.91 0 0.70 0.73
HSL 134.29º 0.84% 0.15% -
HSV(B) 134.29º 0.91% 0.27% -
XYZ 2.34 4.35 1.43 -
YUV 44.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 6 69 21 0.91 0 0.70 0.73 134.29 0.84 0.15
Hex 6 45 15 5B 0 46 49 86 54 F
Octal 6 105 25 133 0 106 111 206 124 17
Binary 110 1000101 10101 1011011 0 1000110 1001001 10000110 1010100 1111

Color Harmonies of #064515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064515

Black with #064515

Text Example


Text Example

White with #064515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064515; }

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

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

background-color css

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

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

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

border-color css

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

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

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