Html Css Color HEX #968272 Almond Frost

📋 copy color: '#968272'

red 150 ◦ green 130 ◦ blue 114

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

Shades of Almond Frost #968272

Tints of Almond Frost #968272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

 BLUE value IS 114 (44.92% from 255) = 28.93%

R = 38.07%
G = 32.99%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#968272 (or 0x968272) is known color: Almond Frost. HEX triplet: 96, 82 and 72. RGB value is (150,130,114). Sum of RGB (Red+Green+Blue) = 150+130+114=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #968272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968272 is #697D8D. Grayscale: #868686. Windows color (decimal): -6913422 or 7504534. OLE color: 7504534.

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

Color convert

RGB 150 130 114 -
CMYK 0 0.13 0.24 0.41
HSL 26.67º 0.15% 0.52% -
HSV(B) 26.67º 0.24% 0.59% -
XYZ 23.6 23.66 19.24 -
YUV 134.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 150 130 114 0 0.13 0.24 0.41 26.67 0.15 0.52
Hex 96 82 72 0 D 18 29 1B F 34
Octal 226 202 162 0 15 30 51 33 17 64
Binary 10010110 10000010 1110010 0 1101 11000 101001 11011 1111 110100

Color Harmonies of #968272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968272

Black with #968272

Text Example


Text Example

White with #968272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968272; }

 p { color: rgb(150,130,114); }

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

background-color css

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

 a { background-color: rgb(150,130,114); }

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

border-color css

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

 span { border-color: rgb(150,130,114); }

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