Html Css Color HEX #9B461A Rich Gold

📋 copy color: '#9B461A'

red 155 ◦ green 70 ◦ blue 26

#9B461A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #9B461A

Tints of Rich Gold #9B461A

RGB

 RED value IS 155 (60.94% from 255) = 61.75%

 GREEN value IS 70 (27.73% from 255) = 27.89%

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 61.75%
G = 27.89%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B461A (or 0x9B461A) is known color: Rich Gold. HEX triplet: 9B, 46 and 1A. RGB value is (155,70,26). Sum of RGB (Red+Green+Blue) = 155+70+26=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B461A is #64B9E5. Grayscale: #5A5A5A. Windows color (decimal): -6601190 or 1722011. OLE color: 1722011.

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

Color convert

RGB 155 70 26 -
CMYK 0 0.55 0.83 0.39
HSL 20.47º 0.71% 0.35% -
HSV(B) 20.47º 0.83% 0.61% -
XYZ 15.89 11.42 2.34 -
YUV 90.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 155 70 26 0 0.55 0.83 0.39 20.47 0.71 0.35
Hex 9B 46 1A 0 37 53 27 14 47 23
Octal 233 106 32 0 67 123 47 24 107 43
Binary 10011011 1000110 11010 0 110111 1010011 100111 10100 1000111 100011

Color Harmonies of #9B461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B461A

Black with #9B461A

Text Example


Text Example

White with #9B461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B461A;
 }
 .AnyTagClassName
 {
   color: #9B461A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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