#9D6111

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

Shades of Golden Brown #9D6111

Tints of Golden Brown #9D6111

Color information

#9D6111 (or 0x9D6111) is unknown color: approx Golden Brown. HEX triplet: 9D, 61 and 11. RGB value is (157,97,17). Sum of RGB (Red+Green+Blue) = 157+97+17=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6111 is #629EEE. Grayscale: #6A6A6A. Windows color (decimal): -6463215 or 1139101. OLE color: 1139101.

HSL color Cylindrical-coordinate representation of color #9D6111: hue angle of 34.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D6111 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1579717-
CMYK00.380.890.38
HSL34.29º80.46%34.12%-
HSV(B)34.29º89.17%61.57%-
XYZ18.2815.762.61-
YUV105.8277.88164.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.93%
GREEN value IS 97 (38.28% from 255) = 35.79%
BLUE value IS 17 (7.03% from 255) = 6.27%
R=57.93%
G=35.79%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157971700.380.890.3834.2980.4634.12
Hex9D61110265926225022
Octal23514121046131464212042
Binary10011101110000110001010011010110011001101000101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D6111; }

 p { color: rgb(157,97,17); }

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

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

 a { background-color: rgb(157,97,17); }

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

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

 span { border-color: rgb(157,97,17); }

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