Html Css Color HEX #96837A Almond Frost

📋 copy color: '#96837A'

red 150 ◦ green 131 ◦ blue 122

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

Shades of Almond Frost #96837A

Tints of Almond Frost #96837A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.27%

R = 37.22%
G = 32.51%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96837A (or 0x96837A) is known color: Almond Frost. HEX triplet: 96, 83 and 7A. RGB value is (150,131,122). Sum of RGB (Red+Green+Blue) = 150+131+122=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #96837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96837A is #697C85. Grayscale: #878787. Windows color (decimal): -6913158 or 8029078. OLE color: 8029078.

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

Color convert

RGB 150 131 122 -
CMYK 0 0.13 0.19 0.41
HSL 19.29º 0.12% 0.53% -
HSV(B) 19.29º 0.19% 0.59% -
XYZ 24.21 24.12 21.79 -
YUV 135.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 150 131 122 0 0.13 0.19 0.41 19.29 0.12 0.53
Hex 96 83 7A 0 D 13 29 13 C 35
Octal 226 203 172 0 15 23 51 23 14 65
Binary 10010110 10000011 1111010 0 1101 10011 101001 10011 1100 110101

Color Harmonies of #96837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96837A

Black with #96837A

Text Example


Text Example

White with #96837A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96837A; }

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

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

background-color css

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

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

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

border-color css

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

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

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