Html Css Color HEX #968371 Almond Frost

📋 copy color: '#968371'

red 150 ◦ green 131 ◦ blue 113

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

Shades of Almond Frost #968371

Tints of Almond Frost #968371

RGB

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

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

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

R = 38.07%
G = 33.25%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#968371 (or 0x968371) is known color: Almond Frost. HEX triplet: 96, 83 and 71. RGB value is (150,131,113). Sum of RGB (Red+Green+Blue) = 150+131+113=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #968371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968371 is #697C8E. Grayscale: #868686. Windows color (decimal): -6913167 or 7439254. OLE color: 7439254.

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

Color convert

RGB 150 131 113 -
CMYK 0 0.13 0.25 0.41
HSL 29.19º 0.15% 0.52% -
HSV(B) 29.19º 0.25% 0.59% -
XYZ 23.67 23.91 18.99 -
YUV 134.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 150 131 113 0 0.13 0.25 0.41 29.19 0.15 0.52
Hex 96 83 71 0 D 19 29 1D F 34
Octal 226 203 161 0 15 31 51 35 17 64
Binary 10010110 10000011 1110001 0 1101 11001 101001 11101 1111 110100

Color Harmonies of #968371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968371

Black with #968371

Text Example


Text Example

White with #968371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968371; }

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

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

background-color css

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

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

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

border-color css

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

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

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