Html Css Color HEX #9B5115 Rich Gold

📋 copy color: '#9B5115'

red 155 ◦ green 81 ◦ blue 21

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

Shades of Rich Gold #9B5115

Tints of Rich Gold #9B5115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 60.31%
G = 31.52%
B = 8.17%

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

#9B5115 (or 0x9B5115) is known color: Rich Gold. HEX triplet: 9B, 51 and 15. RGB value is (155,81,21). Sum of RGB (Red+Green+Blue) = 155+81+21=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5115 is #64AEEA. Grayscale: #606060. Windows color (decimal): -6598379 or 1397147. OLE color: 1397147.

HSL color Cylindrical-coordinate representation of color #9B5115: hue angle of 26.87º degrees, saturation: 0.76, 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 #9B5115 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 81 21 -
CMYK 0 0.48 0.86 0.39
HSL 26.87º 0.76% 0.35% -
HSV(B) 26.87º 0.86% 0.61% -
XYZ 16.6 12.91 2.33 -
YUV 96.29 85.52 169.88 -
System Red Green Blue C M Y K H S L
Decimal 155 81 21 0 0.48 0.86 0.39 26.87 0.76 0.35
Hex 9B 51 15 0 30 56 27 1B 4C 23
Octal 233 121 25 0 60 126 47 33 114 43
Binary 10011011 1010001 10101 0 110000 1010110 100111 11011 1001100 100011

Color Harmonies of #9B5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5115

Black with #9B5115

Text Example


Text Example

White with #9B5115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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