Html Css Color HEX #95866B Pale Oyster

📋 copy color: '#95866B'

red 149 ◦ green 134 ◦ blue 107

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

Shades of Pale Oyster #95866B

Tints of Pale Oyster #95866B

RGB

 RED value IS 149 (58.59% from 255) = 38.21%

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

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

R = 38.21%
G = 34.36%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95866B (or 0x95866B) is known color: Pale Oyster. HEX triplet: 95, 86 and 6B. RGB value is (149,134,107). Sum of RGB (Red+Green+Blue) = 149+134+107=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95866B is #6A7994. Grayscale: #878787. Windows color (decimal): -6977941 or 7046805. OLE color: 7046805.

HSL color Cylindrical-coordinate representation of color #95866B: hue angle of 38.57º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95866B is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 107 -
CMYK 0 0.10 0.28 0.42
HSL 38.57º 0.17% 0.5% -
HSV(B) 38.57º 0.28% 0.58% -
XYZ 23.57 24.5 17.4 -
YUV 135.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 149 134 107 0 0.10 0.28 0.42 38.57 0.17 0.5
Hex 95 86 6B 0 A 1C 2A 27 11 32
Octal 225 206 153 0 12 34 52 47 21 62
Binary 10010101 10000110 1101011 0 1010 11100 101010 100111 10001 110010

Color Harmonies of #95866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95866B

Black with #95866B

Text Example


Text Example

White with #95866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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