#936614

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

Shades of Golden Brown #936614

Tints of Golden Brown #936614

Color information

#936614 (or 0x936614) is unknown color: approx Golden Brown. HEX triplet: 93, 66 and 14. RGB value is (147,102,20). Sum of RGB (Red+Green+Blue) = 147+102+20=269 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.65% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 147 - color contains mainly: red. Hex color #936614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936614 is #6C99EB. Grayscale: #6A6A6A. Windows color (decimal): -7117292 or 1336979. OLE color: 1336979.

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

Color convert

RGB14710220-
CMYK00.310.860.42
HSL38.74º76.05%32.75%-
HSV(B)38.74º86.39%57.65%-
XYZ16.9115.762.81-
YUV106.1179.41157.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.65%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 20 (8.20% from 255) = 7.43%
R=54.65%
G=37.92%
B=7.43%

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
Decimal1471022000.310.860.4238.7476.0532.75
Hex93661401F562A274c21
Octal22314624037126524711441
Binary1001001111001101010001111110101101010101001111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936614; }

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

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

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

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

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

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

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

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