#9B461B

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

Shades of Rich Gold #9B461B

Tints of Rich Gold #9B461B

Color information

#9B461B (or 0x9B461B) is unknown color: approx Rich Gold. HEX triplet: 9B, 46 and 1B. RGB value is (155,70,27). Sum of RGB (Red+Green+Blue) = 155+70+27=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B461B is #64B9E4. Grayscale: #5A5A5A. Windows color (decimal): -6601189 or 1787547. OLE color: 1787547.

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

Color convert

RGB1557027-
CMYK00.550.830.39
HSL20.16º70.33%35.69%-
HSV(B)20.16º82.58%60.78%-
XYZ15.9111.432.4-
YUV90.5192.16174-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.51%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 27 (10.94% from 255) = 10.71%
R=61.51%
G=27.78%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155702700.550.830.3920.1670.3335.69
Hex9B461B0375327144624
Octal23310633067123472410644
Binary1001101110001101101101101111010011100111101001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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