#9C5623

Color #9C5623 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #9C5623

Tints of Rich Gold #9C5623

Color information

#9C5623 (or 0x9C5623) is unknown color: approx Rich Gold. HEX triplet: 9C, 56 and 23. RGB value is (156,86,35). Sum of RGB (Red+Green+Blue) = 156+86+35=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5623 is #63A9DC. Grayscale: #656565. Windows color (decimal): -6531549 or 2315932. OLE color: 2315932.

HSL color Cylindrical-coordinate representation of color #9C5623: hue angle of 25.29º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C5623 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB1568635-
CMYK00.450.780.39
HSL25.29º63.35%37.45%-
HSV(B)25.29º77.56%61.18%-
XYZ17.3413.843.35-
YUV101.1290.69167.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.32%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 35 (14.06% from 255) = 12.64%
R=56.32%
G=31.05%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156863500.450.780.3925.2963.3537.45
Hex9C562302D4E27193f25
Octal2341264305511647317745
Binary1001110010101101000110101101100111010011111001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,86,35); }

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

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

 a { background-color: rgb(156,86,35); }

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

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

 span { border-color: rgb(156,86,35); }

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