Html Css Color HEX #968B76 Pale Oyster

📋 copy color: '#968B76'

red 150 ◦ green 139 ◦ blue 118

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

Shades of Pale Oyster #968B76

Tints of Pale Oyster #968B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.15%

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

R = 36.86%
G = 34.15%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#968B76 (or 0x968B76) is known color: Pale Oyster. HEX triplet: 96, 8B and 76. RGB value is (150,139,118). Sum of RGB (Red+Green+Blue) = 150+139+118=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #968B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B76 is #697489. Grayscale: #8B8B8B. Windows color (decimal): -6911114 or 7768982. OLE color: 7768982.

HSL color Cylindrical-coordinate representation of color #968B76: hue angle of 39.38º 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 #968B76 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 139 118 -
CMYK 0 0.07 0.21 0.41
HSL 39.38º 0.13% 0.53% -
HSV(B) 39.38º 0.21% 0.59% -
XYZ 25.08 26.26 20.89 -
YUV 139.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 150 139 118 0 0.07 0.21 0.41 39.38 0.13 0.53
Hex 96 8B 76 0 7 15 29 27 D 35
Octal 226 213 166 0 7 25 51 47 15 65
Binary 10010110 10001011 1110110 0 111 10101 101001 100111 1101 110101

Color Harmonies of #968B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B76

Black with #968B76

Text Example


Text Example

White with #968B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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