Html Css Color HEX #093616 Deep Fir

📋 copy color: '#093616'

red 9 ◦ green 54 ◦ blue 22

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

Shades of Deep Fir #093616

Tints of Deep Fir #093616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 63.53%

 BLUE value IS 22 (8.98% from 255) = 25.88%

R = 10.59%
G = 63.53%
B = 25.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#093616 (or 0x093616) is known color: Deep Fir. HEX triplet: 09, 36 and 16. RGB value is (9,54,22). Sum of RGB (Red+Green+Blue) = 9+54+22=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 54 (21.48% from 255 or 63.53% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 54 - color contains mainly: green. Hex color #093616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093616 is #F6C9E9. Grayscale: #242424. Windows color (decimal): -16173546 or 1455625. OLE color: 1455625.

HSL color Cylindrical-coordinate representation of color #093616: hue angle of 137.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093616 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 54 22 -
CMYK 0.83 0 0.59 0.79
HSL 137.33º 0.71% 0.12% -
HSV(B) 137.33º 0.83% 0.21% -
XYZ 1.58 2.75 1.21 -
YUV 36.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 9 54 22 0.83 0 0.59 0.79 137.33 0.71 0.12
Hex 9 36 16 53 0 3B 4F 89 47 C
Octal 11 66 26 123 0 73 117 211 107 14
Binary 1001 110110 10110 1010011 0 111011 1001111 10001001 1000111 1100

Color Harmonies of #093616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093616

Black with #093616

Text Example


Text Example

White with #093616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093616; }

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

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

background-color css

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

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

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

border-color css

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

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

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