#936B13

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

Shades of Golden Brown #936B13

Tints of Golden Brown #936B13

Color information

#936B13 (or 0x936B13) is unknown color: approx Golden Brown. HEX triplet: 93, 6B and 13. RGB value is (147,107,19). Sum of RGB (Red+Green+Blue) = 147+107+19=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #936B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936B13 is #6C94EC. Grayscale: #6D6D6D. Windows color (decimal): -7116013 or 1272723. OLE color: 1272723.

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

Color convert

RGB14710719-
CMYK00.270.870.42
HSL41.25º77.11%32.55%-
HSV(B)41.25º87.07%57.65%-
XYZ17.4116.772.93-
YUV108.9377.25155.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.85%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 19 (7.81% from 255) = 6.96%
R=53.85%
G=39.19%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471071900.270.870.4241.2577.1132.55
Hex936B1301B572A294d21
Octal22315323033127525111541
Binary1001001111010111001101101110101111010101010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,107,19); }

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

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

 a { background-color: rgb(147,107,19); }

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

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

 span { border-color: rgb(147,107,19); }

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