Html Css Color HEX #958374 Almond Frost

📋 copy color: '#958374'

red 149 ◦ green 131 ◦ blue 116

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

Shades of Almond Frost #958374

Tints of Almond Frost #958374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.29%

R = 37.63%
G = 33.08%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#958374 (or 0x958374) is known color: Almond Frost. HEX triplet: 95, 83 and 74. RGB value is (149,131,116). Sum of RGB (Red+Green+Blue) = 149+131+116=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #958374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958374 is #6A7C8B. Grayscale: #868686. Windows color (decimal): -6978700 or 7635861. OLE color: 7635861.

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

Color convert

RGB 149 131 116 -
CMYK 0 0.12 0.22 0.42
HSL 27.27º 0.13% 0.52% -
HSV(B) 27.27º 0.22% 0.58% -
XYZ 23.66 23.88 19.89 -
YUV 134.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 149 131 116 0 0.12 0.22 0.42 27.27 0.13 0.52
Hex 95 83 74 0 C 16 2A 1B D 34
Octal 225 203 164 0 14 26 52 33 15 64
Binary 10010101 10000011 1110100 0 1100 10110 101010 11011 1101 110100

Color Harmonies of #958374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958374

Black with #958374

Text Example


Text Example

White with #958374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958374; }

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

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

background-color css

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

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

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

border-color css

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

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

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