#9D6315

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

Shades of Golden Brown #9D6315

Tints of Golden Brown #9D6315

Color information

#9D6315 (or 0x9D6315) is unknown color: approx Golden Brown. HEX triplet: 9D, 63 and 15. RGB value is (157,99,21). Sum of RGB (Red+Green+Blue) = 157+99+21=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6315 is #629CEA. Grayscale: #6B6B6B. Windows color (decimal): -6462699 or 1401757. OLE color: 1401757.

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

Color convert

RGB1579921-
CMYK00.370.870.38
HSL34.41º76.4%34.9%-
HSV(B)34.41º86.62%61.57%-
XYZ18.516.152.85-
YUV107.4579.22163.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.68%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=56.68%
G=35.74%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157992100.370.870.3834.4176.434.9
Hex9D63150255726224c23
Octal23514325045127464211443
Binary10011101110001110101010010110101111001101000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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