Html Css Color HEX #9B5116 Rich Gold

📋 copy color: '#9B5116'

red 155 ◦ green 81 ◦ blue 22

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

Shades of Rich Gold #9B5116

Tints of Rich Gold #9B5116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.4%

 BLUE value IS 22 (8.98% from 255) = 8.53%

R = 60.08%
G = 31.4%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B5116 (or 0x9B5116) is known color: Rich Gold. HEX triplet: 9B, 51 and 16. RGB value is (155,81,22). Sum of RGB (Red+Green+Blue) = 155+81+22=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5116 is #64AEE9. Grayscale: #606060. Windows color (decimal): -6598378 or 1462683. OLE color: 1462683.

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

Color convert

RGB 155 81 22 -
CMYK 0 0.48 0.86 0.39
HSL 26.62º 0.75% 0.35% -
HSV(B) 26.62º 0.86% 0.61% -
XYZ 16.6 12.91 2.38 -
YUV 96.4 86.02 169.8 -
System Red Green Blue C M Y K H S L
Decimal 155 81 22 0 0.48 0.86 0.39 26.62 0.75 0.35
Hex 9B 51 16 0 30 56 27 1B 4B 23
Octal 233 121 26 0 60 126 47 33 113 43
Binary 10011011 1010001 10110 0 110000 1010110 100111 11011 1001011 100011

Color Harmonies of #9B5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5116

Black with #9B5116

Text Example


Text Example

White with #9B5116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,22); }

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

background-color css

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

 a { background-color: rgb(155,81,22); }

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

border-color css

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

 span { border-color: rgb(155,81,22); }

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