#936514

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

Shades of Golden Brown #936514

Tints of Golden Brown #936514

Color information

#936514 (or 0x936514) is unknown color: approx Golden Brown. HEX triplet: 93, 65 and 14. RGB value is (147,101,20). Sum of RGB (Red+Green+Blue) = 147+101+20=268 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.85% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 147 - color contains mainly: red. Hex color #936514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936514 is #6C9AEB. Grayscale: #696969. Windows color (decimal): -7117548 or 1336723. OLE color: 1336723.

HSL color Cylindrical-coordinate representation of color #936514: hue angle of 38.27º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #936514 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB14710120-
CMYK00.310.860.42
HSL38.27º76.05%32.75%-
HSV(B)38.27º86.39%57.65%-
XYZ16.8115.562.78-
YUV105.5279.74157.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.85%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 20 (8.20% from 255) = 7.46%
R=54.85%
G=37.69%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471012000.310.860.4238.2776.0532.75
Hex93651401F562A264c21
Octal22314524037126524611441
Binary1001001111001011010001111110101101010101001101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936514; }

 p { color: rgb(147,101,20); }

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

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

 a { background-color: rgb(147,101,20); }

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

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

 span { border-color: rgb(147,101,20); }

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