Html Css Color HEX #948679 Almond Frost

📋 copy color: '#948679'

red 148 ◦ green 134 ◦ blue 121

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

Shades of Almond Frost #948679

Tints of Almond Frost #948679

RGB

 RED value IS 148 (58.2% from 255) = 36.72%

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

 BLUE value IS 121 (47.66% from 255) = 30.02%

R = 36.72%
G = 33.25%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#948679 (or 0x948679) is known color: Almond Frost. HEX triplet: 94, 86 and 79. RGB value is (148,134,121). Sum of RGB (Red+Green+Blue) = 148+134+121=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #948679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948679 is #6B7986. Grayscale: #888888. Windows color (decimal): -7043463 or 7964308. OLE color: 7964308.

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

Color convert

RGB 148 134 121 -
CMYK 0 0.09 0.18 0.42
HSL 28.89º 0.11% 0.53% -
HSV(B) 28.89º 0.18% 0.58% -
XYZ 24.19 24.73 21.59 -
YUV 136.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 148 134 121 0 0.09 0.18 0.42 28.89 0.11 0.53
Hex 94 86 79 0 9 12 2A 1D B 35
Octal 224 206 171 0 11 22 52 35 13 65
Binary 10010100 10000110 1111001 0 1001 10010 101010 11101 1011 110101

Color Harmonies of #948679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948679

Black with #948679

Text Example


Text Example

White with #948679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948679; }

 p { color: rgb(148,134,121); }

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

background-color css

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

 a { background-color: rgb(148,134,121); }

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

border-color css

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

 span { border-color: rgb(148,134,121); }

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