#936C12

Color #936C12 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #936C12

Tints of Golden Brown #936C12

Color information

#936C12 (or 0x936C12) is unknown color: approx Golden Brown. HEX triplet: 93, 6C and 12. RGB value is (147,108,18). Sum of RGB (Red+Green+Blue) = 147+108+18=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #936C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936C12 is #6C93ED. Grayscale: #6D6D6D. Windows color (decimal): -7115758 or 1207443. OLE color: 1207443.

HSL color Cylindrical-coordinate representation of color #936C12: hue angle of 41.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #936C12 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB14710818-
CMYK00.270.880.42
HSL41.86º78.18%32.35%-
HSV(B)41.86º87.76%57.65%-
XYZ17.516.972.93-
YUV109.476.42154.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.85%
GREEN value IS 108 (42.58% from 255) = 39.56%
BLUE value IS 18 (7.42% from 255) = 6.59%
R=53.85%
G=39.56%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471081800.270.880.4241.8678.1832.35
Hex936C1201B582A2a4e20
Octal22315422033130525211640
Binary1001001111011001001001101110110001010101010101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936C12; }

 p { color: rgb(147,108,18); }

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

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

 a { background-color: rgb(147,108,18); }

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

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

 span { border-color: rgb(147,108,18); }

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