#93681E

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

Shades of Golden Brown #93681E

Tints of Golden Brown #93681E

Color information

#93681E (or 0x93681E) is unknown color: approx Golden Brown. HEX triplet: 93, 68 and 1E. RGB value is (147,104,30). Sum of RGB (Red+Green+Blue) = 147+104+30=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #93681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93681E is #6C97E1. Grayscale: #6C6C6C. Windows color (decimal): -7116770 or 1992851. OLE color: 1992851.

HSL color Cylindrical-coordinate representation of color #93681E: hue angle of 37.95º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93681E is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14710430-
CMYK00.290.800.42
HSL37.95º66.1%34.71%-
HSV(B)37.95º79.59%57.65%-
XYZ17.2216.23.45-
YUV108.4283.75155.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.31%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=52.31%
G=37.01%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471043000.290.800.4237.9566.134.71
Hex93681E01D502A264223
Octal22315036035120524610243
Binary1001001111010001111001110110100001010101001101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93681E; }

 p { color: rgb(147,104,30); }

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

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

 a { background-color: rgb(147,104,30); }

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

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

 span { border-color: rgb(147,104,30); }

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