Html Css Color HEX #064113 Deep Fir

📋 copy color: '#064113'

red 6 ◦ green 65 ◦ blue 19

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

Shades of Deep Fir #064113

Tints of Deep Fir #064113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 72.22%

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

R = 6.67%
G = 72.22%
B = 21.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#064113 (or 0x064113) is known color: Deep Fir. HEX triplet: 06, 41 and 13. RGB value is (6,65,19). Sum of RGB (Red+Green+Blue) = 6+65+19=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 65 (25.78% from 255 or 72.22% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 65 - color contains mainly: green. Hex color #064113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064113 is #F9BEEC. Grayscale: #2A2A2A. Windows color (decimal): -16367341 or 1261830. OLE color: 1261830.

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

Color convert

RGB 6 65 19 -
CMYK 0.91 0 0.71 0.75
HSL 133.22º 0.83% 0.14% -
HSV(B) 133.22º 0.91% 0.25% -
XYZ 2.08 3.87 1.25 -
YUV 42.12 114.95 102.24 -
System Red Green Blue C M Y K H S L
Decimal 6 65 19 0.91 0 0.71 0.75 133.22 0.83 0.14
Hex 6 41 13 5B 0 47 4B 85 53 E
Octal 6 101 23 133 0 107 113 205 123 16
Binary 110 1000001 10011 1011011 0 1000111 1001011 10000101 1010011 1110

Color Harmonies of #064113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064113

Black with #064113

Text Example


Text Example

White with #064113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064113; }

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

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

background-color css

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

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

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

border-color css

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

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

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