Html Css Color HEX #968373 Almond Frost

📋 copy color: '#968373'

red 150 ◦ green 131 ◦ blue 115

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

Shades of Almond Frost #968373

Tints of Almond Frost #968373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.04%

R = 37.88%
G = 33.08%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#968373 (or 0x968373) is known color: Almond Frost. HEX triplet: 96, 83 and 73. RGB value is (150,131,115). Sum of RGB (Red+Green+Blue) = 150+131+115=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #968373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968373 is #697C8C. Grayscale: #868686. Windows color (decimal): -6913165 or 7570326. OLE color: 7570326.

HSL color Cylindrical-coordinate representation of color #968373: hue angle of 27.43º 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 #968373 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 131 115 -
CMYK 0 0.13 0.23 0.41
HSL 27.43º 0.14% 0.52% -
HSV(B) 27.43º 0.23% 0.59% -
XYZ 23.79 23.95 19.59 -
YUV 134.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 150 131 115 0 0.13 0.23 0.41 27.43 0.14 0.52
Hex 96 83 73 0 D 17 29 1B E 34
Octal 226 203 163 0 15 27 51 33 16 64
Binary 10010110 10000011 1110011 0 1101 10111 101001 11011 1110 110100

Color Harmonies of #968373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968373

Black with #968373

Text Example


Text Example

White with #968373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968373; }

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

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

background-color css

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

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

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

border-color css

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

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

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