#9C6515

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

Shades of Golden Brown #9C6515

Tints of Golden Brown #9C6515

Color information

#9C6515 (or 0x9C6515) is unknown color: approx Golden Brown. HEX triplet: 9C, 65 and 15. RGB value is (156,101,21). Sum of RGB (Red+Green+Blue) = 156+101+21=278 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.12% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6515 is #639AEA. Grayscale: #6C6C6C. Windows color (decimal): -6527723 or 1402268. OLE color: 1402268.

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

Color convert

RGB15610121-
CMYK00.350.870.39
HSL35.56º76.27%34.71%-
HSV(B)35.56º86.54%61.18%-
XYZ18.516.432.91-
YUV108.3278.72162-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.12%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 21 (8.59% from 255) = 7.55%
R=56.12%
G=36.33%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561012100.350.870.3935.5676.2734.71
Hex9C65150235727244c23
Octal23414525043127474411443
Binary10011100110010110101010001110101111001111001001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,101,21); }

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

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

 a { background-color: rgb(156,101,21); }

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

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

 span { border-color: rgb(156,101,21); }

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