Html Css Color HEX #958376 Almond Frost

📋 copy color: '#958376'

red 149 ◦ green 131 ◦ blue 118

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

Shades of Almond Frost #958376

Tints of Almond Frost #958376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

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

R = 37.44%
G = 32.91%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958376 (or 0x958376) is known color: Almond Frost. HEX triplet: 95, 83 and 76. RGB value is (149,131,118). Sum of RGB (Red+Green+Blue) = 149+131+118=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #958376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958376 is #6A7C89. Grayscale: #868686. Windows color (decimal): -6978698 or 7766933. OLE color: 7766933.

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

Color convert

RGB 149 131 118 -
CMYK 0 0.12 0.21 0.42
HSL 25.16º 0.13% 0.52% -
HSV(B) 25.16º 0.21% 0.58% -
XYZ 23.78 23.93 20.51 -
YUV 134.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 149 131 118 0 0.12 0.21 0.42 25.16 0.13 0.52
Hex 95 83 76 0 C 15 2A 19 D 34
Octal 225 203 166 0 14 25 52 31 15 64
Binary 10010101 10000011 1110110 0 1100 10101 101010 11001 1101 110100

Color Harmonies of #958376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958376

Black with #958376

Text Example


Text Example

White with #958376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958376; }

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

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

background-color css

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

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

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

border-color css

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

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

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