Html Css Color HEX #064413 Deep Fir

📋 copy color: '#064413'

red 6 ◦ green 68 ◦ blue 19

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

Shades of Deep Fir #064413

Tints of Deep Fir #064413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 73.12%

 BLUE value IS 19 (7.81% from 255) = 20.43%

R = 6.45%
G = 73.12%
B = 20.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#064413 (or 0x064413) is known color: Deep Fir. HEX triplet: 06, 44 and 13. RGB value is (6,68,19). Sum of RGB (Red+Green+Blue) = 6+68+19=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 68 (26.95% from 255 or 73.12% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 68 - color contains mainly: green. Hex color #064413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064413 is #F9BBEC. Grayscale: #2C2C2C. Windows color (decimal): -16366573 or 1262598. OLE color: 1262598.

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

Color convert

RGB 6 68 19 -
CMYK 0.91 0 0.72 0.73
HSL 132.58º 0.84% 0.15% -
HSV(B) 132.58º 0.91% 0.27% -
XYZ 2.26 4.22 1.31 -
YUV 43.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 6 68 19 0.91 0 0.72 0.73 132.58 0.84 0.15
Hex 6 44 13 5B 0 48 49 85 54 F
Octal 6 104 23 133 0 110 111 205 124 17
Binary 110 1000100 10011 1011011 0 1001000 1001001 10000101 1010100 1111

Color Harmonies of #064413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064413

Black with #064413

Text Example


Text Example

White with #064413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064413; }

 p { color: rgb(6,68,19); }

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

background-color css

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

 a { background-color: rgb(6,68,19); }

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

border-color css

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

 span { border-color: rgb(6,68,19); }

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