Html Css Color HEX #958071 Almond Frost

📋 copy color: '#958071'

red 149 ◦ green 128 ◦ blue 113

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

Shades of Almond Frost #958071

Tints of Almond Frost #958071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.82%

 BLUE value IS 113 (44.53% from 255) = 28.97%

R = 38.21%
G = 32.82%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#958071 (or 0x958071) is known color: Almond Frost. HEX triplet: 95, 80 and 71. RGB value is (149,128,113). Sum of RGB (Red+Green+Blue) = 149+128+113=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #958071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958071 is #6A7F8E. Grayscale: #848484. Windows color (decimal): -6979471 or 7438485. OLE color: 7438485.

HSL color Cylindrical-coordinate representation of color #958071: hue angle of 25º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #958071 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 113 -
CMYK 0 0.14 0.24 0.42
HSL 25º 0.15% 0.51% -
HSV(B) 25º 0.24% 0.58% -
XYZ 23.09 23.02 18.85 -
YUV 132.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 149 128 113 0 0.14 0.24 0.42 25 0.15 0.51
Hex 95 80 71 0 E 18 2A 19 F 33
Octal 225 200 161 0 16 30 52 31 17 63
Binary 10010101 10000000 1110001 0 1110 11000 101010 11001 1111 110011

Color Harmonies of #958071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958071

Black with #958071

Text Example


Text Example

White with #958071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958071; }

 p { color: rgb(149,128,113); }

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

background-color css

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

 a { background-color: rgb(149,128,113); }

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

border-color css

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

 span { border-color: rgb(149,128,113); }

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