#093816

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

Shades of Deep Fir #093816

Tints of Deep Fir #093816

Color information

#093816 (or 0x093816) is unknown color: approx Deep Fir. HEX triplet: 09, 38 and 16. RGB value is (9,56,22). Sum of RGB (Red+Green+Blue) = 9+56+22=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 56 (22.27% from 255 or 64.37% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 56 - color contains mainly: green. Hex color #093816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093816 is #F6C7E9. Grayscale: #262626. Windows color (decimal): -16173034 or 1456137. OLE color: 1456137.

HSL color Cylindrical-coordinate representation of color #093816: hue angle of 136.6º 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 #093816 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB95622-
CMYK0.8400.610.78
HSL136.6º72.31%12.75%-
HSV(B)136.6º83.93%21.96%-
XYZ1.672.941.24-
YUV38.07118.93107.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.34%
GREEN value IS 56 (22.27% from 255) = 64.37%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=10.34%
G=64.37%
B=25.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956220.8400.610.78136.672.3112.75
Hex938165403D4E8948d
Octal11702612407511621111015
Binary1001111000101101010100011110110011101000100110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093816; }

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

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

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

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

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

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

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

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