#9D6215

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

Shades of Golden Brown #9D6215

Tints of Golden Brown #9D6215

Color information

#9D6215 (or 0x9D6215) is unknown color: approx Golden Brown. HEX triplet: 9D, 62 and 15. RGB value is (157,98,21). Sum of RGB (Red+Green+Blue) = 157+98+21=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6215 is #629DEA. Grayscale: #6B6B6B. Windows color (decimal): -6462955 or 1401501. OLE color: 1401501.

HSL color Cylindrical-coordinate representation of color #9D6215: hue angle of 33.97º 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 #9D6215 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1579821-
CMYK00.380.870.38
HSL33.97º76.4%34.9%-
HSV(B)33.97º86.62%61.57%-
XYZ18.4115.962.82-
YUV106.8679.55163.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.88%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 21 (8.59% from 255) = 7.61%
R=56.88%
G=35.51%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157982100.380.870.3833.9776.434.9
Hex9D62150265726224c23
Octal23514225046127464211443
Binary10011101110001010101010011010101111001101000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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