Html Css Color HEX #064813 Deep Fir

📋 copy color: '#064813'

red 6 ◦ green 72 ◦ blue 19

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

Shades of Deep Fir #064813

Tints of Deep Fir #064813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 74.23%

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

R = 6.19%
G = 74.23%
B = 19.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#064813 (or 0x064813) is known color: Deep Fir. HEX triplet: 06, 48 and 13. RGB value is (6,72,19). Sum of RGB (Red+Green+Blue) = 6+72+19=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 72 (28.52% from 255 or 74.23% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 72 - color contains mainly: green. Hex color #064813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064813 is #F9B7EC. Grayscale: #2E2E2E. Windows color (decimal): -16365549 or 1263622. OLE color: 1263622.

HSL color Cylindrical-coordinate representation of color #064813: hue angle of 131.82º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064813 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 72 19 -
CMYK 0.92 0 0.74 0.72
HSL 131.82º 0.85% 0.15% -
HSV(B) 131.82º 0.92% 0.28% -
XYZ 2.51 4.72 1.39 -
YUV 46.22 112.63 99.31 -
System Red Green Blue C M Y K H S L
Decimal 6 72 19 0.92 0 0.74 0.72 131.82 0.85 0.15
Hex 6 48 13 5C 0 4A 48 84 55 F
Octal 6 110 23 134 0 112 110 204 125 17
Binary 110 1001000 10011 1011100 0 1001010 1001000 10000100 1010101 1111

Color Harmonies of #064813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064813

Black with #064813

Text Example


Text Example

White with #064813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064813; }

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

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

background-color css

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

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

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

border-color css

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

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

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