Html Css Color HEX #092611 Deep Fir

📋 copy color: '#092611'

red 9 ◦ green 38 ◦ blue 17

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

Shades of Deep Fir #092611

Tints of Deep Fir #092611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 59.38%

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

R = 14.06%
G = 59.38%
B = 26.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.55

 K value IS 0.85

RGB Variations

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

Color information

#092611 (or 0x092611) is known color: Deep Fir. HEX triplet: 09, 26 and 11. RGB value is (9,38,17). Sum of RGB (Red+Green+Blue) = 9+38+17=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #092611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092611 is #F6D9EE. Grayscale: #1A1A1A. Windows color (decimal): -16177647 or 1123849. OLE color: 1123849.

HSL color Cylindrical-coordinate representation of color #092611: hue angle of 136.55º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092611 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 38 17 -
CMYK 0.76 0 0.55 0.85
HSL 136.55º 0.62% 0.09% -
HSV(B) 136.55º 0.76% 0.15% -
XYZ 0.91 1.48 0.77 -
YUV 26.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 9 38 17 0.76 0 0.55 0.85 136.55 0.62 0.09
Hex 9 26 11 4C 0 37 55 89 3E 9
Octal 11 46 21 114 0 67 125 211 76 11
Binary 1001 100110 10001 1001100 0 110111 1010101 10001001 111110 1001

Color Harmonies of #092611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092611

Black with #092611

Text Example


Text Example

White with #092611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092611; }

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

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

background-color css

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

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

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

border-color css

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

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

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