#936600

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

Shades of Golden Brown #936600

Tints of Golden Brown #936600

Color information

#936600 (or 0x936600) is unknown color: approx Golden Brown. HEX triplet: 93, 66 and 00. RGB value is (147,102,0). Sum of RGB (Red+Green+Blue) = 147+102+0=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #936600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936600 is #6C99FF. Grayscale: #686868. Windows color (decimal): -7117312 or 26259. OLE color: 26259.

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

Color convert

RGB1471020-
CMYK00.3110.42
HSL41.63º100%28.82%-
HSV(B)41.63º100%57.65%-
XYZ16.7815.712.15-
YUV103.8369.41158.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.04%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.04%
G=40.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147102000.3110.4241.6310028.82
Hex9366001F642A2a641d
Octal2231460037144525214435
Binary10010011110011000111111100100101010101010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936600; }

 p { color: rgb(147,102,0); }

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

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

 a { background-color: rgb(147,102,0); }

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

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

 span { border-color: rgb(147,102,0); }

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