Html Css Color HEX #968972 Pale Oyster

📋 copy color: '#968972'

red 150 ◦ green 137 ◦ blue 114

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

Shades of Pale Oyster #968972

Tints of Pale Oyster #968972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.16%

 BLUE value IS 114 (44.92% from 255) = 28.43%

R = 37.41%
G = 34.16%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#968972 (or 0x968972) is known color: Pale Oyster. HEX triplet: 96, 89 and 72. RGB value is (150,137,114). Sum of RGB (Red+Green+Blue) = 150+137+114=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #968972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968972 is #69768D. Grayscale: #8A8A8A. Windows color (decimal): -6911630 or 7506326. OLE color: 7506326.

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

Color convert

RGB 150 137 114 -
CMYK 0 0.09 0.24 0.41
HSL 38.33º 0.15% 0.52% -
HSV(B) 38.33º 0.24% 0.59% -
XYZ 24.56 25.59 19.56 -
YUV 138.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 150 137 114 0 0.09 0.24 0.41 38.33 0.15 0.52
Hex 96 89 72 0 9 18 29 26 F 34
Octal 226 211 162 0 11 30 51 46 17 64
Binary 10010110 10001001 1110010 0 1001 11000 101001 100110 1111 110100

Color Harmonies of #968972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968972

Black with #968972

Text Example


Text Example

White with #968972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968972; }

 p { color: rgb(150,137,114); }

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

background-color css

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

 a { background-color: rgb(150,137,114); }

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

border-color css

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

 span { border-color: rgb(150,137,114); }

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