Html Css Color HEX #958678 Almond Frost

📋 copy color: '#958678'

red 149 ◦ green 134 ◦ blue 120

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

Shades of Almond Frost #958678

Tints of Almond Frost #958678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.25%

 BLUE value IS 120 (47.27% from 255) = 29.78%

R = 36.97%
G = 33.25%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#958678 (or 0x958678) is known color: Almond Frost. HEX triplet: 95, 86 and 78. RGB value is (149,134,120). Sum of RGB (Red+Green+Blue) = 149+134+120=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #958678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958678 is #6A7987. Grayscale: #888888. Windows color (decimal): -6977928 or 7898773. OLE color: 7898773.

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

Color convert

RGB 149 134 120 -
CMYK 0 0.10 0.19 0.42
HSL 28.97º 0.12% 0.53% -
HSV(B) 28.97º 0.19% 0.58% -
XYZ 24.31 24.8 21.27 -
YUV 136.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 149 134 120 0 0.10 0.19 0.42 28.97 0.12 0.53
Hex 95 86 78 0 A 13 2A 1D C 35
Octal 225 206 170 0 12 23 52 35 14 65
Binary 10010101 10000110 1111000 0 1010 10011 101010 11101 1100 110101

Color Harmonies of #958678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958678

Black with #958678

Text Example


Text Example

White with #958678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958678; }

 p { color: rgb(149,134,120); }

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

background-color css

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

 a { background-color: rgb(149,134,120); }

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

border-color css

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

 span { border-color: rgb(149,134,120); }

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