Html Css Color HEX #064215 Deep Fir

📋 copy color: '#064215'

red 6 ◦ green 66 ◦ blue 21

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

Shades of Deep Fir #064215

Tints of Deep Fir #064215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 70.97%

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

R = 6.45%
G = 70.97%
B = 22.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#064215 (or 0x064215) is known color: Deep Fir. HEX triplet: 06, 42 and 15. RGB value is (6,66,21). Sum of RGB (Red+Green+Blue) = 6+66+21=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 66 (26.17% from 255 or 70.97% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 66 - color contains mainly: green. Hex color #064215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064215 is #F9BDEA. Grayscale: #2B2B2B. Windows color (decimal): -16367083 or 1393158. OLE color: 1393158.

HSL color Cylindrical-coordinate representation of color #064215: hue angle of 135º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064215 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 66 21 -
CMYK 0.91 0 0.68 0.74
HSL 135º 0.83% 0.14% -
HSV(B) 135º 0.91% 0.26% -
XYZ 2.16 3.99 1.37 -
YUV 42.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 6 66 21 0.91 0 0.68 0.74 135 0.83 0.14
Hex 6 42 15 5B 0 44 4A 87 53 E
Octal 6 102 25 133 0 104 112 207 123 16
Binary 110 1000010 10101 1011011 0 1000100 1001010 10000111 1010011 1110

Color Harmonies of #064215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064215

Black with #064215

Text Example


Text Example

White with #064215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064215; }

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

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

background-color css

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

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

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

border-color css

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

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

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