Html Css Color HEX #968275 Almond Frost

📋 copy color: '#968275'

red 150 ◦ green 130 ◦ blue 117

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

Shades of Almond Frost #968275

Tints of Almond Frost #968275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 37.78%
G = 32.75%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#968275 (or 0x968275) is known color: Almond Frost. HEX triplet: 96, 82 and 75. RGB value is (150,130,117). Sum of RGB (Red+Green+Blue) = 150+130+117=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #968275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968275 is #697D8A. Grayscale: #868686. Windows color (decimal): -6913419 or 7701142. OLE color: 7701142.

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

Color convert

RGB 150 130 117 -
CMYK 0 0.13 0.22 0.41
HSL 23.64º 0.14% 0.52% -
HSV(B) 23.64º 0.22% 0.59% -
XYZ 23.77 23.73 20.16 -
YUV 134.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 150 130 117 0 0.13 0.22 0.41 23.64 0.14 0.52
Hex 96 82 75 0 D 16 29 18 E 34
Octal 226 202 165 0 15 26 51 30 16 64
Binary 10010110 10000010 1110101 0 1101 10110 101001 11000 1110 110100

Color Harmonies of #968275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968275

Black with #968275

Text Example


Text Example

White with #968275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968275; }

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

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

background-color css

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

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

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

border-color css

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

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

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