Html Css Color HEX #968573 Almond Frost

📋 copy color: '#968573'

red 150 ◦ green 133 ◦ blue 115

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

Shades of Almond Frost #968573

Tints of Almond Frost #968573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 37.69%
G = 33.42%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#968573 (or 0x968573) is known color: Almond Frost. HEX triplet: 96, 85 and 73. RGB value is (150,133,115). Sum of RGB (Red+Green+Blue) = 150+133+115=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968573 is #697A8C. Grayscale: #888888. Windows color (decimal): -6912653 or 7570838. OLE color: 7570838.

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

Color convert

RGB 150 133 115 -
CMYK 0 0.11 0.23 0.41
HSL 30.86º 0.14% 0.52% -
HSV(B) 30.86º 0.23% 0.59% -
XYZ 24.06 24.5 19.68 -
YUV 136.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 150 133 115 0 0.11 0.23 0.41 30.86 0.14 0.52
Hex 96 85 73 0 B 17 29 1F E 34
Octal 226 205 163 0 13 27 51 37 16 64
Binary 10010110 10000101 1110011 0 1011 10111 101001 11111 1110 110100

Color Harmonies of #968573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968573

Black with #968573

Text Example


Text Example

White with #968573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968573; }

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

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

background-color css

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

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

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

border-color css

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

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

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