Html Css Color HEX #094111 Deep Fir

📋 copy color: '#094111'

red 9 ◦ green 65 ◦ blue 17

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

Shades of Deep Fir #094111

Tints of Deep Fir #094111

RGB

 RED value IS 9 (3.91% from 255) = 9.89%

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

 BLUE value IS 17 (7.03% from 255) = 18.68%

R = 9.89%
G = 71.43%
B = 18.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#094111 (or 0x094111) is known color: Deep Fir. HEX triplet: 09, 41 and 11. RGB value is (9,65,17). Sum of RGB (Red+Green+Blue) = 9+65+17=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #094111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094111 is #F6BEEE. Grayscale: #2A2A2A. Windows color (decimal): -16170735 or 1130761. OLE color: 1130761.

HSL color Cylindrical-coordinate representation of color #094111: hue angle of 128.57º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094111 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 17 -
CMYK 0.86 0 0.74 0.75
HSL 128.57º 0.76% 0.15% -
HSV(B) 128.57º 0.86% 0.25% -
XYZ 2.1 3.88 1.17 -
YUV 42.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 9 65 17 0.86 0 0.74 0.75 128.57 0.76 0.15
Hex 9 41 11 56 0 4A 4B 81 4C F
Octal 11 101 21 126 0 112 113 201 114 17
Binary 1001 1000001 10001 1010110 0 1001010 1001011 10000001 1001100 1111

Color Harmonies of #094111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094111

Black with #094111

Text Example


Text Example

White with #094111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094111; }

 p { color: rgb(9,65,17); }

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

background-color css

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

 a { background-color: rgb(9,65,17); }

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

border-color css

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

 span { border-color: rgb(9,65,17); }

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