Html Css Color HEX #96866B Pale Oyster

📋 copy color: '#96866B'

red 150 ◦ green 134 ◦ blue 107

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

Shades of Pale Oyster #96866B

Tints of Pale Oyster #96866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

 BLUE value IS 107 (42.19% from 255) = 27.37%

R = 38.36%
G = 34.27%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96866B (or 0x96866B) is known color: Pale Oyster. HEX triplet: 96, 86 and 6B. RGB value is (150,134,107). Sum of RGB (Red+Green+Blue) = 150+134+107=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96866B is #697994. Grayscale: #878787. Windows color (decimal): -6912405 or 7046806. OLE color: 7046806.

HSL color Cylindrical-coordinate representation of color #96866B: hue angle of 37.67º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96866B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 134 107 -
CMYK 0 0.11 0.29 0.41
HSL 37.67º 0.17% 0.5% -
HSV(B) 37.67º 0.29% 0.59% -
XYZ 23.76 24.6 17.41 -
YUV 135.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 150 134 107 0 0.11 0.29 0.41 37.67 0.17 0.5
Hex 96 86 6B 0 B 1D 29 26 11 32
Octal 226 206 153 0 13 35 51 46 21 62
Binary 10010110 10000110 1101011 0 1011 11101 101001 100110 10001 110010

Color Harmonies of #96866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96866B

Black with #96866B

Text Example


Text Example

White with #96866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96866B; }

 p { color: rgb(150,134,107); }

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

background-color css

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

 a { background-color: rgb(150,134,107); }

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

border-color css

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

 span { border-color: rgb(150,134,107); }

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