Html Css Color HEX #9B917B Heathered Grey

📋 copy color: '#9B917B'

red 155 ◦ green 145 ◦ blue 123

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

Shades of Heathered Grey #9B917B

Tints of Heathered Grey #9B917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

 BLUE value IS 123 (48.44% from 255) = 29.08%

R = 36.64%
G = 34.28%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B917B (or 0x9B917B) is known color: Heathered Grey. HEX triplet: 9B, 91 and 7B. RGB value is (155,145,123). Sum of RGB (Red+Green+Blue) = 155+145+123=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B917B is #646E84. Grayscale: #919191. Windows color (decimal): -6581893 or 8098203. OLE color: 8098203.

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

Color convert

RGB 155 145 123 -
CMYK 0 0.06 0.21 0.39
HSL 41.25º 0.14% 0.55% -
HSV(B) 41.25º 0.21% 0.61% -
XYZ 27.22 28.65 22.83 -
YUV 145.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 155 145 123 0 0.06 0.21 0.39 41.25 0.14 0.55
Hex 9B 91 7B 0 6 15 27 29 E 37
Octal 233 221 173 0 6 25 47 51 16 67
Binary 10011011 10010001 1111011 0 110 10101 100111 101001 1110 110111

Color Harmonies of #9B917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B917B

Black with #9B917B

Text Example


Text Example

White with #9B917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,145,123); }

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

background-color css

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

 a { background-color: rgb(155,145,123); }

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

border-color css

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

 span { border-color: rgb(155,145,123); }

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