#9B461C

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

Shades of Rich Gold #9B461C

Tints of Rich Gold #9B461C

Color information

#9B461C (or 0x9B461C) is unknown color: approx Rich Gold. HEX triplet: 9B, 46 and 1C. RGB value is (155,70,28). Sum of RGB (Red+Green+Blue) = 155+70+28=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B461C is #64B9E3. Grayscale: #5A5A5A. Windows color (decimal): -6601188 or 1853083. OLE color: 1853083.

HSL color Cylindrical-coordinate representation of color #9B461C: hue angle of 19.84º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B461C is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB1557028-
CMYK00.550.820.39
HSL19.84º69.4%35.88%-
HSV(B)19.84º81.94%60.78%-
XYZ15.9211.432.47-
YUV90.6392.66173.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 28 (11.33% from 255) = 11.07%
R=61.26%
G=27.67%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155702800.550.820.3919.8469.435.88
Hex9B461C0375227144524
Octal23310634067122472410544
Binary1001101110001101110001101111010010100111101001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,70,28); }

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

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

 a { background-color: rgb(155,70,28); }

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

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

 span { border-color: rgb(155,70,28); }

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