Html Css Color HEX #064013 Deep Fir

📋 copy color: '#064013'

red 6 ◦ green 64 ◦ blue 19

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

Shades of Deep Fir #064013

Tints of Deep Fir #064013

RGB

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

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

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

R = 6.74%
G = 71.91%
B = 21.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#064013 (or 0x064013) is known color: Deep Fir. HEX triplet: 06, 40 and 13. RGB value is (6,64,19). Sum of RGB (Red+Green+Blue) = 6+64+19=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #064013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064013 is #F9BFEC. Grayscale: #292929. Windows color (decimal): -16367597 or 1261574. OLE color: 1261574.

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

Color convert

RGB 6 64 19 -
CMYK 0.91 0 0.70 0.75
HSL 133.45º 0.83% 0.14% -
HSV(B) 133.45º 0.91% 0.25% -
XYZ 2.03 3.75 1.23 -
YUV 41.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 6 64 19 0.91 0 0.70 0.75 133.45 0.83 0.14
Hex 6 40 13 5B 0 46 4B 85 53 E
Octal 6 100 23 133 0 106 113 205 123 16
Binary 110 1000000 10011 1011011 0 1000110 1001011 10000101 1010011 1110

Color Harmonies of #064013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064013

Black with #064013

Text Example


Text Example

White with #064013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064013; }

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

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

background-color css

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

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

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

border-color css

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

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

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