#9D6915

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

Shades of Golden Brown #9D6915

Tints of Golden Brown #9D6915

Color information

#9D6915 (or 0x9D6915) is unknown color: approx Golden Brown. HEX triplet: 9D, 69 and 15. RGB value is (157,105,21). Sum of RGB (Red+Green+Blue) = 157+105+21=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6915 is #6296EA. Grayscale: #6F6F6F. Windows color (decimal): -6461163 or 1403293. OLE color: 1403293.

HSL color Cylindrical-coordinate representation of color #9D6915: hue angle of 37.06º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D6915 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB15710521-
CMYK00.330.870.38
HSL37.06º76.4%34.9%-
HSV(B)37.06º86.62%61.57%-
XYZ19.0917.333.05-
YUV110.9777.23160.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.48%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=55.48%
G=37.10%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571052100.330.870.3837.0676.434.9
Hex9D69150215726254c23
Octal23515125041127464511443
Binary10011101110100110101010000110101111001101001011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,105,21); }

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

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

 a { background-color: rgb(157,105,21); }

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

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

 span { border-color: rgb(157,105,21); }

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