Html Css Color HEX #968376 Almond Frost

📋 copy color: '#968376'

red 150 ◦ green 131 ◦ blue 118

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

Shades of Almond Frost #968376

Tints of Almond Frost #968376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.57%

R = 37.59%
G = 32.83%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#968376 (or 0x968376) is known color: Almond Frost. HEX triplet: 96, 83 and 76. RGB value is (150,131,118). Sum of RGB (Red+Green+Blue) = 150+131+118=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #968376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968376 is #697C89. Grayscale: #878787. Windows color (decimal): -6913162 or 7766934. OLE color: 7766934.

HSL color Cylindrical-coordinate representation of color #968376: hue angle of 24.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968376 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 131 118 -
CMYK 0 0.13 0.21 0.41
HSL 24.38º 0.13% 0.53% -
HSV(B) 24.38º 0.21% 0.59% -
XYZ 23.96 24.02 20.51 -
YUV 135.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 150 131 118 0 0.13 0.21 0.41 24.38 0.13 0.53
Hex 96 83 76 0 D 15 29 18 D 35
Octal 226 203 166 0 15 25 51 30 15 65
Binary 10010110 10000011 1110110 0 1101 10101 101001 11000 1101 110101

Color Harmonies of #968376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968376

Black with #968376

Text Example


Text Example

White with #968376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968376; }

 p { color: rgb(150,131,118); }

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

background-color css

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

 a { background-color: rgb(150,131,118); }

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

border-color css

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

 span { border-color: rgb(150,131,118); }

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