#93691E

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

Shades of Golden Brown #93691E

Tints of Golden Brown #93691E

Color information

#93691E (or 0x93691E) is unknown color: approx Golden Brown. HEX triplet: 93, 69 and 1E. RGB value is (147,105,30). Sum of RGB (Red+Green+Blue) = 147+105+30=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #93691E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93691E is #6C96E1. Grayscale: #6D6D6D. Windows color (decimal): -7116514 or 1993107. OLE color: 1993107.

HSL color Cylindrical-coordinate representation of color #93691E: hue angle of 38.46º 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 #93691E is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14710530-
CMYK00.290.800.42
HSL38.46º66.1%34.71%-
HSV(B)38.46º79.59%57.65%-
XYZ17.3216.43.48-
YUV109.0183.41155.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.13%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=52.13%
G=37.23%
B=10.64%

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
Decimal1471053000.290.800.4238.4666.134.71
Hex93691E01D502A264223
Octal22315136035120524610243
Binary1001001111010011111001110110100001010101001101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93691E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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