#936100

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

Shades of Golden Brown #936100

Tints of Golden Brown #936100

Color information

#936100 (or 0x936100) is unknown color: approx Golden Brown. HEX triplet: 93, 61 and 00. RGB value is (147,97,0). Sum of RGB (Red+Green+Blue) = 147+97+0=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #936100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936100 is #6C9EFF. Grayscale: #656565. Windows color (decimal): -7118592 or 24979. OLE color: 24979.

HSL color Cylindrical-coordinate representation of color #936100: hue angle of 39.59º 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 #936100 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB147970-
CMYK00.3410.42
HSL39.59º100%28.82%-
HSV(B)39.59º100%57.65%-
XYZ16.3114.751.99-
YUV100.8971.06160.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.25%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.25%
G=39.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14797000.3410.4239.5910028.82
Hex93610022642A28641d
Octal2231410042144525014435
Binary100100111100001001000101100100101010101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936100; }

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

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

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

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

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

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

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

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