Html Css Color HEX #968875 Pale Oyster

📋 copy color: '#968875'

red 150 ◦ green 136 ◦ blue 117

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

Shades of Pale Oyster #968875

Tints of Pale Oyster #968875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.75%

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 37.22%
G = 33.75%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#968875 (or 0x968875) is known color: Pale Oyster. HEX triplet: 96, 88 and 75. RGB value is (150,136,117). Sum of RGB (Red+Green+Blue) = 150+136+117=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #968875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968875 is #69778A. Grayscale: #8A8A8A. Windows color (decimal): -6911883 or 7702678. OLE color: 7702678.

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

Color convert

RGB 150 136 117 -
CMYK 0 0.09 0.22 0.41
HSL 34.55º 0.14% 0.52% -
HSV(B) 34.55º 0.22% 0.59% -
XYZ 24.59 25.38 20.43 -
YUV 138.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 150 136 117 0 0.09 0.22 0.41 34.55 0.14 0.52
Hex 96 88 75 0 9 16 29 23 E 34
Octal 226 210 165 0 11 26 51 43 16 64
Binary 10010110 10001000 1110101 0 1001 10110 101001 100011 1110 110100

Color Harmonies of #968875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968875

Black with #968875

Text Example


Text Example

White with #968875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968875; }

 p { color: rgb(150,136,117); }

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

background-color css

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

 a { background-color: rgb(150,136,117); }

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

border-color css

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

 span { border-color: rgb(150,136,117); }

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