Html Css Color HEX #093612 Deep Fir

📋 copy color: '#093612'

red 9 ◦ green 54 ◦ blue 18

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

Shades of Deep Fir #093612

Tints of Deep Fir #093612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 22.22%

R = 11.11%
G = 66.67%
B = 22.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#093612 (or 0x093612) is known color: Deep Fir. HEX triplet: 09, 36 and 12. RGB value is (9,54,18). Sum of RGB (Red+Green+Blue) = 9+54+18=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 54 (21.48% from 255 or 66.67% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 54 - color contains mainly: green. Hex color #093612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093612 is #F6C9ED. Grayscale: #242424. Windows color (decimal): -16173550 or 1193481. OLE color: 1193481.

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

Color convert

RGB 9 54 18 -
CMYK 0.83 0 0.67 0.79
HSL 132º 0.71% 0.12% -
HSV(B) 132º 0.83% 0.21% -
XYZ 1.54 2.74 1.02 -
YUV 36.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 9 54 18 0.83 0 0.67 0.79 132 0.71 0.12
Hex 9 36 12 53 0 43 4F 84 47 C
Octal 11 66 22 123 0 103 117 204 107 14
Binary 1001 110110 10010 1010011 0 1000011 1001111 10000100 1000111 1100

Color Harmonies of #093612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093612

Black with #093612

Text Example


Text Example

White with #093612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093612; }

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

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

background-color css

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

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

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

border-color css

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

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

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