Html Css Color HEX #968473 Almond Frost

📋 copy color: '#968473'

red 150 ◦ green 132 ◦ blue 115

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

Shades of Almond Frost #968473

Tints of Almond Frost #968473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

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

R = 37.78%
G = 33.25%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#968473 (or 0x968473) is known color: Almond Frost. HEX triplet: 96, 84 and 73. RGB value is (150,132,115). Sum of RGB (Red+Green+Blue) = 150+132+115=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #968473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968473 is #697B8C. Grayscale: #878787. Windows color (decimal): -6912909 or 7570582. OLE color: 7570582.

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

Color convert

RGB 150 132 115 -
CMYK 0 0.12 0.23 0.41
HSL 29.14º 0.14% 0.52% -
HSV(B) 29.14º 0.23% 0.59% -
XYZ 23.92 24.22 19.63 -
YUV 135.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 150 132 115 0 0.12 0.23 0.41 29.14 0.14 0.52
Hex 96 84 73 0 C 17 29 1D E 34
Octal 226 204 163 0 14 27 51 35 16 64
Binary 10010110 10000100 1110011 0 1100 10111 101001 11101 1110 110100

Color Harmonies of #968473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968473

Black with #968473

Text Example


Text Example

White with #968473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968473; }

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

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

background-color css

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

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

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

border-color css

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

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

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