Html Css Color HEX #968A71 Pale Oyster

📋 copy color: '#968A71'

red 150 ◦ green 138 ◦ blue 113

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

Shades of Pale Oyster #968A71

Tints of Pale Oyster #968A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 37.41%
G = 34.41%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#968A71 (or 0x968A71) is known color: Pale Oyster. HEX triplet: 96, 8A and 71. RGB value is (150,138,113). Sum of RGB (Red+Green+Blue) = 150+138+113=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #968A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A71 is #69758E. Grayscale: #8A8A8A. Windows color (decimal): -6911375 or 7441046. OLE color: 7441046.

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

Color convert

RGB 150 138 113 -
CMYK 0 0.08 0.25 0.41
HSL 40.54º 0.15% 0.52% -
HSV(B) 40.54º 0.25% 0.59% -
XYZ 24.65 25.85 19.31 -
YUV 138.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 150 138 113 0 0.08 0.25 0.41 40.54 0.15 0.52
Hex 96 8A 71 0 8 19 29 29 F 34
Octal 226 212 161 0 10 31 51 51 17 64
Binary 10010110 10001010 1110001 0 1000 11001 101001 101001 1111 110100

Color Harmonies of #968A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A71

Black with #968A71

Text Example


Text Example

White with #968A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,138,113); }

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

background-color css

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

 a { background-color: rgb(150,138,113); }

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

border-color css

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

 span { border-color: rgb(150,138,113); }

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