Html Css Color HEX #96876D Pale Oyster

📋 copy color: '#96876D'

red 150 ◦ green 135 ◦ blue 109

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

Shades of Pale Oyster #96876D

Tints of Pale Oyster #96876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

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

R = 38.07%
G = 34.26%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96876D (or 0x96876D) is known color: Pale Oyster. HEX triplet: 96, 87 and 6D. RGB value is (150,135,109). Sum of RGB (Red+Green+Blue) = 150+135+109=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #96876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96876D is #697892. Grayscale: #888888. Windows color (decimal): -6912147 or 7178134. OLE color: 7178134.

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

Color convert

RGB 150 135 109 -
CMYK 0 0.1 0.27 0.41
HSL 38.05º 0.16% 0.51% -
HSV(B) 38.05º 0.27% 0.59% -
XYZ 24 24.92 18.01 -
YUV 136.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 150 135 109 0 0.1 0.27 0.41 38.05 0.16 0.51
Hex 96 87 6D 0 A 1B 29 26 10 33
Octal 226 207 155 0 12 33 51 46 20 63
Binary 10010110 10000111 1101101 0 1010 11011 101001 100110 10000 110011

Color Harmonies of #96876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96876D

Black with #96876D

Text Example


Text Example

White with #96876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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