Html Css Color HEX #96856E Pale Oyster

📋 copy color: '#96856E'

red 150 ◦ green 133 ◦ blue 110

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

Shades of Pale Oyster #96856E

Tints of Pale Oyster #96856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.84%

 BLUE value IS 110 (43.36% from 255) = 27.99%

R = 38.17%
G = 33.84%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96856E (or 0x96856E) is known color: Pale Oyster. HEX triplet: 96, 85 and 6E. RGB value is (150,133,110). Sum of RGB (Red+Green+Blue) = 150+133+110=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96856E is #697A91. Grayscale: #878787. Windows color (decimal): -6912658 or 7243158. OLE color: 7243158.

HSL color Cylindrical-coordinate representation of color #96856E: hue angle of 34.5º 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 #96856E is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 133 110 -
CMYK 0 0.11 0.27 0.41
HSL 34.5º 0.16% 0.51% -
HSV(B) 34.5º 0.27% 0.59% -
XYZ 23.78 24.38 18.21 -
YUV 135.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 150 133 110 0 0.11 0.27 0.41 34.5 0.16 0.51
Hex 96 85 6E 0 B 1B 29 22 10 33
Octal 226 205 156 0 13 33 51 42 20 63
Binary 10010110 10000101 1101110 0 1011 11011 101001 100010 10000 110011

Color Harmonies of #96856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96856E

Black with #96856E

Text Example


Text Example

White with #96856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96856E; }

 p { color: rgb(150,133,110); }

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

background-color css

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

 a { background-color: rgb(150,133,110); }

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

border-color css

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

 span { border-color: rgb(150,133,110); }

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