Html Css Color HEX #968474 Almond Frost

📋 copy color: '#968474'

red 150 ◦ green 132 ◦ blue 116

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

Shades of Almond Frost #968474

Tints of Almond Frost #968474

RGB

 RED value IS 150 (58.98% from 255) = 37.69%

 GREEN value IS 132 (51.95% from 255) = 33.17%

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

R = 37.69%
G = 33.17%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#968474 (or 0x968474) is known color: Almond Frost. HEX triplet: 96, 84 and 74. RGB value is (150,132,116). Sum of RGB (Red+Green+Blue) = 150+132+116=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968474 is #697B8B. Grayscale: #878787. Windows color (decimal): -6912908 or 7636118. OLE color: 7636118.

HSL color Cylindrical-coordinate representation of color #968474: hue angle of 28.24º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968474 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 116 -
CMYK 0 0.12 0.23 0.41
HSL 28.24º 0.14% 0.52% -
HSV(B) 28.24º 0.23% 0.59% -
XYZ 23.98 24.25 19.94 -
YUV 135.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 150 132 116 0 0.12 0.23 0.41 28.24 0.14 0.52
Hex 96 84 74 0 C 17 29 1C E 34
Octal 226 204 164 0 14 27 51 34 16 64
Binary 10010110 10000100 1110100 0 1100 10111 101001 11100 1110 110100

Color Harmonies of #968474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968474

Black with #968474

Text Example


Text Example

White with #968474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968474; }

 p { color: rgb(150,132,116); }

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

background-color css

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

 a { background-color: rgb(150,132,116); }

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

border-color css

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

 span { border-color: rgb(150,132,116); }

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