Html Css Color HEX #064112 Deep Fir

📋 copy color: '#064112'

red 6 ◦ green 65 ◦ blue 18

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

Shades of Deep Fir #064112

Tints of Deep Fir #064112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.22%

R = 6.74%
G = 73.03%
B = 20.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#064112 (or 0x064112) is known color: Deep Fir. HEX triplet: 06, 41 and 12. RGB value is (6,65,18). Sum of RGB (Red+Green+Blue) = 6+65+18=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #064112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064112 is #F9BEED. Grayscale: #2A2A2A. Windows color (decimal): -16367342 or 1196294. OLE color: 1196294.

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

Color convert

RGB 6 65 18 -
CMYK 0.91 0 0.72 0.75
HSL 132.2º 0.83% 0.14% -
HSV(B) 132.2º 0.91% 0.25% -
XYZ 2.07 3.86 1.21 -
YUV 42 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 6 65 18 0.91 0 0.72 0.75 132.2 0.83 0.14
Hex 6 41 12 5B 0 48 4B 84 53 E
Octal 6 101 22 133 0 110 113 204 123 16
Binary 110 1000001 10010 1011011 0 1001000 1001011 10000100 1010011 1110

Color Harmonies of #064112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064112

Black with #064112

Text Example


Text Example

White with #064112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064112; }

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

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

background-color css

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

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

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

border-color css

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

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

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