#093716

Color #093716 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #093716

Tints of Deep Fir #093716

Color information

#093716 (or 0x093716) is unknown color: approx Deep Fir. HEX triplet: 09, 37 and 16. RGB value is (9,55,22). Sum of RGB (Red+Green+Blue) = 9+55+22=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 55 (21.88% from 255 or 63.95% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 55 - color contains mainly: green. Hex color #093716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093716 is #F6C8E9. Grayscale: #252525. Windows color (decimal): -16173290 or 1455881. OLE color: 1455881.

HSL color Cylindrical-coordinate representation of color #093716: hue angle of 136.96º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093716 is Cyan = 0.84, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB95522-
CMYK0.8400.60.78
HSL136.96º71.88%12.55%-
HSV(B)136.96º83.64%21.57%-
XYZ1.622.851.22-
YUV37.48119.26107.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 55 (21.88% from 255) = 63.95%
BLUE value IS 22 (8.98% from 255) = 25.58%
R=10.47%
G=63.95%
B=25.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal955220.8400.60.78136.9671.8812.55
Hex937165403C4E8948d
Octal11672612407411621111015
Binary1001110111101101010100011110010011101000100110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093716; }

 p { color: rgb(9,55,22); }

 H1.HeaderClassName
 {
   color: #093716;
 }
 .AnyTagClassName
 {
   color: #093716;
 }
</style>
background-color css

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

 a { background-color: rgb(9,55,22); }

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

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

 span { border-color: rgb(9,55,22); }

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