Html Css Color HEX #093615 Deep Fir

📋 copy color: '#093615'

red 9 ◦ green 54 ◦ blue 21

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

Shades of Deep Fir #093615

Tints of Deep Fir #093615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 25%

R = 10.71%
G = 64.29%
B = 25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#093615 (or 0x093615) is known color: Deep Fir. HEX triplet: 09, 36 and 15. RGB value is (9,54,21). Sum of RGB (Red+Green+Blue) = 9+54+21=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #093615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093615 is #F6C9EA. Grayscale: #242424. Windows color (decimal): -16173547 or 1390089. OLE color: 1390089.

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

Color convert

RGB 9 54 21 -
CMYK 0.83 0 0.61 0.79
HSL 136º 0.71% 0.12% -
HSV(B) 136º 0.83% 0.21% -
XYZ 1.57 2.75 1.16 -
YUV 36.78 119.09 108.18 -
System Red Green Blue C M Y K H S L
Decimal 9 54 21 0.83 0 0.61 0.79 136 0.71 0.12
Hex 9 36 15 53 0 3D 4F 88 47 C
Octal 11 66 25 123 0 75 117 210 107 14
Binary 1001 110110 10101 1010011 0 111101 1001111 10001000 1000111 1100

Color Harmonies of #093615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093615

Black with #093615

Text Example


Text Example

White with #093615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093615; }

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

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

background-color css

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

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

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

border-color css

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

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

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