Html Css Color HEX #958576 Almond Frost

📋 copy color: '#958576'

red 149 ◦ green 133 ◦ blue 118

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

Shades of Almond Frost #958576

Tints of Almond Frost #958576

RGB

 RED value IS 149 (58.59% from 255) = 37.25%

 GREEN value IS 133 (52.34% from 255) = 33.25%

 BLUE value IS 118 (46.48% from 255) = 29.5%

R = 37.25%
G = 33.25%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958576 (or 0x958576) is known color: Almond Frost. HEX triplet: 95, 85 and 76. RGB value is (149,133,118). Sum of RGB (Red+Green+Blue) = 149+133+118=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #958576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958576 is #6A7A89. Grayscale: #888888. Windows color (decimal): -6978186 or 7767445. OLE color: 7767445.

HSL color Cylindrical-coordinate representation of color #958576: hue angle of 29.03º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958576 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 133 118 -
CMYK 0 0.11 0.21 0.42
HSL 29.03º 0.13% 0.52% -
HSV(B) 29.03º 0.21% 0.58% -
XYZ 24.05 24.47 20.6 -
YUV 136.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 149 133 118 0 0.11 0.21 0.42 29.03 0.13 0.52
Hex 95 85 76 0 B 15 2A 1D D 34
Octal 225 205 166 0 13 25 52 35 15 64
Binary 10010101 10000101 1110110 0 1011 10101 101010 11101 1101 110100

Color Harmonies of #958576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958576

Black with #958576

Text Example


Text Example

White with #958576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958576; }

 p { color: rgb(149,133,118); }

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

background-color css

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

 a { background-color: rgb(149,133,118); }

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

border-color css

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

 span { border-color: rgb(149,133,118); }

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