Html Css Color HEX #064118 Deep Fir

📋 copy color: '#064118'

red 6 ◦ green 65 ◦ blue 24

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

Shades of Deep Fir #064118

Tints of Deep Fir #064118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.26%

R = 6.32%
G = 68.42%
B = 25.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#064118 (or 0x064118) is known color: Deep Fir. HEX triplet: 06, 41 and 18. RGB value is (6,65,24). Sum of RGB (Red+Green+Blue) = 6+65+24=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #064118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064118 is #F9BEE7. Grayscale: #2A2A2A. Windows color (decimal): -16367336 or 1589510. OLE color: 1589510.

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

Color convert

RGB 6 65 24 -
CMYK 0.91 0 0.63 0.75
HSL 138.31º 0.83% 0.14% -
HSV(B) 138.31º 0.91% 0.25% -
XYZ 2.13 3.89 1.5 -
YUV 42.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 6 65 24 0.91 0 0.63 0.75 138.31 0.83 0.14
Hex 6 41 18 5B 0 3F 4B 8A 53 E
Octal 6 101 30 133 0 77 113 212 123 16
Binary 110 1000001 11000 1011011 0 111111 1001011 10001010 1010011 1110

Color Harmonies of #064118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064118

Black with #064118

Text Example


Text Example

White with #064118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064118; }

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

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

background-color css

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

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

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

border-color css

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

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

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