Html Css Color HEX #968869 Pale Oyster

📋 copy color: '#968869'

red 150 ◦ green 136 ◦ blue 105

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

Shades of Pale Oyster #968869

Tints of Pale Oyster #968869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.85%

R = 38.36%
G = 34.78%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#968869 (or 0x968869) is known color: Pale Oyster. HEX triplet: 96, 88 and 69. RGB value is (150,136,105). Sum of RGB (Red+Green+Blue) = 150+136+105=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #968869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968869 is #697796. Grayscale: #888888. Windows color (decimal): -6911895 or 6916246. OLE color: 6916246.

HSL color Cylindrical-coordinate representation of color #968869: hue angle of 41.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #968869 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 105 -
CMYK 0 0.09 0.30 0.41
HSL 41.33º 0.18% 0.5% -
HSV(B) 41.33º 0.3% 0.59% -
XYZ 23.93 25.11 16.95 -
YUV 136.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 150 136 105 0 0.09 0.30 0.41 41.33 0.18 0.5
Hex 96 88 69 0 9 1E 29 29 12 32
Octal 226 210 151 0 11 36 51 51 22 62
Binary 10010110 10001000 1101001 0 1001 11110 101001 101001 10010 110010

Color Harmonies of #968869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968869

Black with #968869

Text Example


Text Example

White with #968869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968869; }

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

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

background-color css

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

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

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

border-color css

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

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

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