Html Css Color HEX #064313 Deep Fir

📋 copy color: '#064313'

red 6 ◦ green 67 ◦ blue 19

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

Shades of Deep Fir #064313

Tints of Deep Fir #064313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 72.83%

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

R = 6.52%
G = 72.83%
B = 20.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#064313 (or 0x064313) is known color: Deep Fir. HEX triplet: 06, 43 and 13. RGB value is (6,67,19). Sum of RGB (Red+Green+Blue) = 6+67+19=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 67 (26.56% from 255 or 72.83% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 67 - color contains mainly: green. Hex color #064313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064313 is #F9BCEC. Grayscale: #2B2B2B. Windows color (decimal): -16366829 or 1262342. OLE color: 1262342.

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

Color convert

RGB 6 67 19 -
CMYK 0.91 0 0.72 0.74
HSL 132.79º 0.84% 0.14% -
HSV(B) 132.79º 0.91% 0.26% -
XYZ 2.2 4.1 1.29 -
YUV 43.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 6 67 19 0.91 0 0.72 0.74 132.79 0.84 0.14
Hex 6 43 13 5B 0 48 4A 85 54 E
Octal 6 103 23 133 0 110 112 205 124 16
Binary 110 1000011 10011 1011011 0 1001000 1001010 10000101 1010100 1110

Color Harmonies of #064313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064313

Black with #064313

Text Example


Text Example

White with #064313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064313; }

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

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

background-color css

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

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

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

border-color css

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

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

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