Html Css Color HEX #95856A Pale Oyster

📋 copy color: '#95856A'

red 149 ◦ green 133 ◦ blue 106

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

Shades of Pale Oyster #95856A

Tints of Pale Oyster #95856A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 38.4%
G = 34.28%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95856A (or 0x95856A) is known color: Pale Oyster. HEX triplet: 95, 85 and 6A. RGB value is (149,133,106). Sum of RGB (Red+Green+Blue) = 149+133+106=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95856A is #6A7A95. Grayscale: #868686. Windows color (decimal): -6978198 or 6981013. OLE color: 6981013.

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

Color convert

RGB 149 133 106 -
CMYK 0 0.11 0.29 0.42
HSL 37.67º 0.17% 0.5% -
HSV(B) 37.67º 0.29% 0.58% -
XYZ 23.38 24.21 17.08 -
YUV 134.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 149 133 106 0 0.11 0.29 0.42 37.67 0.17 0.5
Hex 95 85 6A 0 B 1D 2A 26 11 32
Octal 225 205 152 0 13 35 52 46 21 62
Binary 10010101 10000101 1101010 0 1011 11101 101010 100110 10001 110010

Color Harmonies of #95856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95856A

Black with #95856A

Text Example


Text Example

White with #95856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95856A; }

 p { color: rgb(149,133,106); }

 H1.HeaderClassName
 {
   color: #95856A;
 }
 .AnyTagClassName
 {
   color: #95856A;
 }
</style>

background-color css

<style>
 a { background-color: #95856A; }

 a { background-color: rgb(149,133,106); }

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

border-color css

<style>
 span { border-color: #95856A; }

 span { border-color: rgb(149,133,106); }

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