Html Css Color HEX #968C85 Almond Frost

📋 copy color: '#968C85'

red 150 ◦ green 140 ◦ blue 133

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

Shades of Almond Frost #968C85

Tints of Almond Frost #968C85

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 35.46%
G = 33.1%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#968C85 (or 0x968C85) is known color: Almond Frost. HEX triplet: 96, 8C and 85. RGB value is (150,140,133). Sum of RGB (Red+Green+Blue) = 150+140+133=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #968C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C85 is #69737A. Grayscale: #8E8E8E. Windows color (decimal): -6910843 or 8752278. OLE color: 8752278.

HSL color Cylindrical-coordinate representation of color #968C85: hue angle of 24.71º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968C85 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 140 133 -
CMYK 0 0.07 0.11 0.41
HSL 24.71º 0.07% 0.55% -
HSV(B) 24.71º 0.11% 0.59% -
XYZ 26.19 26.93 26.01 -
YUV 142.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 150 140 133 0 0.07 0.11 0.41 24.71 0.07 0.55
Hex 96 8C 85 0 7 B 29 19 7 37
Octal 226 214 205 0 7 13 51 31 7 67
Binary 10010110 10001100 10000101 0 111 1011 101001 11001 111 110111

Color Harmonies of #968C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C85

Black with #968C85

Text Example


Text Example

White with #968C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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