Html Css Color HEX #915B4B Spicy Mix

📋 copy color: '#915B4B'

red 145 ◦ green 91 ◦ blue 75

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

Shades of Spicy Mix #915B4B

Tints of Spicy Mix #915B4B

RGB

 RED value IS 145 (57.03% from 255) = 46.62%

 GREEN value IS 91 (35.94% from 255) = 29.26%

 BLUE value IS 75 (29.69% from 255) = 24.12%

R = 46.62%
G = 29.26%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#915B4B (or 0x915B4B) is known color: Spicy Mix. HEX triplet: 91, 5B and 4B. RGB value is (145,91,75). Sum of RGB (Red+Green+Blue) = 145+91+75=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #915B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915B4B is #6EA4B4. Grayscale: #696969. Windows color (decimal): -7251125 or 4938641. OLE color: 4938641.

HSL color Cylindrical-coordinate representation of color #915B4B: hue angle of 13.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #915B4B is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 91 75 -
CMYK 0 0.37 0.48 0.43
HSL 13.71º 0.32% 0.43% -
HSV(B) 13.71º 0.48% 0.57% -
XYZ 16.69 14.01 8.48 -
YUV 105.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 145 91 75 0 0.37 0.48 0.43 13.71 0.32 0.43
Hex 91 5B 4B 0 25 30 2B E 20 2B
Octal 221 133 113 0 45 60 53 16 40 53
Binary 10010001 1011011 1001011 0 100101 110000 101011 1110 100000 101011

Color Harmonies of #915B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B4B

Black with #915B4B

Text Example


Text Example

White with #915B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915B4B; }

 p { color: rgb(145,91,75); }

 H1.HeaderClassName
 {
   color: #915B4B;
 }
 .AnyTagClassName
 {
   color: #915B4B;
 }
</style>

background-color css

<style>
 a { background-color: #915B4B; }

 a { background-color: rgb(145,91,75); }

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

border-color css

<style>
 span { border-color: #915B4B; }

 span { border-color: rgb(145,91,75); }

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