Html Css Color HEX #958276 Almond Frost

📋 copy color: '#958276'

red 149 ◦ green 130 ◦ blue 118

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

Shades of Almond Frost #958276

Tints of Almond Frost #958276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 37.53%
G = 32.75%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958276 (or 0x958276) is known color: Almond Frost. HEX triplet: 95, 82 and 76. RGB value is (149,130,118). Sum of RGB (Red+Green+Blue) = 149+130+118=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #958276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958276 is #6A7D89. Grayscale: #868686. Windows color (decimal): -6978954 or 7766677. OLE color: 7766677.

HSL color Cylindrical-coordinate representation of color #958276: hue angle of 23.23º 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 #958276 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 130 118 -
CMYK 0 0.13 0.21 0.42
HSL 23.23º 0.13% 0.52% -
HSV(B) 23.23º 0.21% 0.58% -
XYZ 23.65 23.66 20.46 -
YUV 134.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 149 130 118 0 0.13 0.21 0.42 23.23 0.13 0.52
Hex 95 82 76 0 D 15 2A 17 D 34
Octal 225 202 166 0 15 25 52 27 15 64
Binary 10010101 10000010 1110110 0 1101 10101 101010 10111 1101 110100

Color Harmonies of #958276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958276

Black with #958276

Text Example


Text Example

White with #958276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958276; }

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

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

background-color css

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

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

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

border-color css

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

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

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