#9D6321

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

Shades of Golden Brown #9D6321

Tints of Golden Brown #9D6321

Color information

#9D6321 (or 0x9D6321) is unknown color: approx Golden Brown. HEX triplet: 9D, 63 and 21. RGB value is (157,99,33). Sum of RGB (Red+Green+Blue) = 157+99+33=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6321 is #629CDE. Grayscale: #6D6D6D. Windows color (decimal): -6462687 or 2188189. OLE color: 2188189.

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

Color convert

RGB1579933-
CMYK00.370.790.38
HSL31.94º65.26%37.25%-
HSV(B)31.94º78.98%61.57%-
XYZ18.6416.23.58-
YUV108.8285.22162.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.33%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=54.33%
G=34.26%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157993300.370.790.3831.9465.2637.25
Hex9D63210254F26204125
Octal23514341045117464010145
Binary100111011100011100001010010110011111001101000001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,99,33); }

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

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

 a { background-color: rgb(157,99,33); }

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

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

 span { border-color: rgb(157,99,33); }

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