Html Css Color HEX #96896D Pale Oyster

📋 copy color: '#96896D'

red 150 ◦ green 137 ◦ blue 109

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

Shades of Pale Oyster #96896D

Tints of Pale Oyster #96896D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.53%

R = 37.88%
G = 34.6%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96896D (or 0x96896D) is known color: Pale Oyster. HEX triplet: 96, 89 and 6D. RGB value is (150,137,109). Sum of RGB (Red+Green+Blue) = 150+137+109=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #96896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96896D is #697692. Grayscale: #898989. Windows color (decimal): -6911635 or 7178646. OLE color: 7178646.

HSL color Cylindrical-coordinate representation of color #96896D: hue angle of 40.98º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96896D is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 109 -
CMYK 0 0.09 0.27 0.41
HSL 40.98º 0.16% 0.51% -
HSV(B) 40.98º 0.27% 0.59% -
XYZ 24.28 25.48 18.11 -
YUV 137.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 150 137 109 0 0.09 0.27 0.41 40.98 0.16 0.51
Hex 96 89 6D 0 9 1B 29 29 10 33
Octal 226 211 155 0 11 33 51 51 20 63
Binary 10010110 10001001 1101101 0 1001 11011 101001 101001 10000 110011

Color Harmonies of #96896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96896D

Black with #96896D

Text Example


Text Example

White with #96896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96896D; }

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

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

background-color css

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

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

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

border-color css

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

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

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