Html Css Color HEX #968D76 Pale Oyster

📋 copy color: '#968D76'

red 150 ◦ green 141 ◦ blue 118

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

Shades of Pale Oyster #968D76

Tints of Pale Oyster #968D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.47%

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 36.67%
G = 34.47%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#968D76 (or 0x968D76) is known color: Pale Oyster. HEX triplet: 96, 8D and 76. RGB value is (150,141,118). Sum of RGB (Red+Green+Blue) = 150+141+118=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #968D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D76 is #697289. Grayscale: #8D8D8D. Windows color (decimal): -6910602 or 7769494. OLE color: 7769494.

HSL color Cylindrical-coordinate representation of color #968D76: hue angle of 43.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968D76 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 141 118 -
CMYK 0 0.06 0.21 0.41
HSL 43.13º 0.13% 0.53% -
HSV(B) 43.13º 0.21% 0.59% -
XYZ 25.37 26.84 20.98 -
YUV 141.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 150 141 118 0 0.06 0.21 0.41 43.13 0.13 0.53
Hex 96 8D 76 0 6 15 29 2B D 35
Octal 226 215 166 0 6 25 51 53 15 65
Binary 10010110 10001101 1110110 0 110 10101 101001 101011 1101 110101

Color Harmonies of #968D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D76

Black with #968D76

Text Example


Text Example

White with #968D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,141,118); }

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

background-color css

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

 a { background-color: rgb(150,141,118); }

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

border-color css

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

 span { border-color: rgb(150,141,118); }

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