Html Css Color HEX #96856D Pale Oyster

📋 copy color: '#96856D'

red 150 ◦ green 133 ◦ blue 109

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

Shades of Pale Oyster #96856D

Tints of Pale Oyster #96856D

RGB

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

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

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

R = 38.27%
G = 33.93%
B = 27.81%

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

#96856D (or 0x96856D) is known color: Pale Oyster. HEX triplet: 96, 85 and 6D. RGB value is (150,133,109). Sum of RGB (Red+Green+Blue) = 150+133+109=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96856D is #697A92. Grayscale: #878787. Windows color (decimal): -6912659 or 7177622. OLE color: 7177622.

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

Color convert

RGB 150 133 109 -
CMYK 0 0.11 0.27 0.41
HSL 35.12º 0.16% 0.51% -
HSV(B) 35.12º 0.27% 0.59% -
XYZ 23.73 24.36 17.92 -
YUV 135.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 150 133 109 0 0.11 0.27 0.41 35.12 0.16 0.51
Hex 96 85 6D 0 B 1B 29 23 10 33
Octal 226 205 155 0 13 33 51 43 20 63
Binary 10010110 10000101 1101101 0 1011 11011 101001 100011 10000 110011

Color Harmonies of #96856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96856D

Black with #96856D

Text Example


Text Example

White with #96856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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