Html Css Color HEX #958375 Almond Frost

📋 copy color: '#958375'

red 149 ◦ green 131 ◦ blue 117

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

Shades of Almond Frost #958375

Tints of Almond Frost #958375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 37.53%
G = 33%
B = 29.47%

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

#958375 (or 0x958375) is known color: Almond Frost. HEX triplet: 95, 83 and 75. RGB value is (149,131,117). Sum of RGB (Red+Green+Blue) = 149+131+117=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #958375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958375 is #6A7C8A. Grayscale: #868686. Windows color (decimal): -6978699 or 7701397. OLE color: 7701397.

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

Color convert

RGB 149 131 117 -
CMYK 0 0.12 0.21 0.42
HSL 26.25º 0.13% 0.52% -
HSV(B) 26.25º 0.21% 0.58% -
XYZ 23.72 23.91 20.19 -
YUV 134.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 149 131 117 0 0.12 0.21 0.42 26.25 0.13 0.52
Hex 95 83 75 0 C 15 2A 1A D 34
Octal 225 203 165 0 14 25 52 32 15 64
Binary 10010101 10000011 1110101 0 1100 10101 101010 11010 1101 110100

Color Harmonies of #958375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958375

Black with #958375

Text Example


Text Example

White with #958375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958375; }

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

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

background-color css

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

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

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

border-color css

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

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

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