Html Css Color HEX #958568 Pale Oyster

📋 copy color: '#958568'

red 149 ◦ green 133 ◦ blue 104

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

Shades of Pale Oyster #958568

Tints of Pale Oyster #958568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.94%

R = 38.6%
G = 34.46%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#958568 (or 0x958568) is known color: Pale Oyster. HEX triplet: 95, 85 and 68. RGB value is (149,133,104). Sum of RGB (Red+Green+Blue) = 149+133+104=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #958568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958568 is #6A7A97. Grayscale: #868686. Windows color (decimal): -6978200 or 6849941. OLE color: 6849941.

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

Color convert

RGB 149 133 104 -
CMYK 0 0.11 0.30 0.42
HSL 38.67º 0.18% 0.5% -
HSV(B) 38.67º 0.3% 0.58% -
XYZ 23.28 24.16 16.53 -
YUV 134.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 149 133 104 0 0.11 0.30 0.42 38.67 0.18 0.5
Hex 95 85 68 0 B 1E 2A 27 12 32
Octal 225 205 150 0 13 36 52 47 22 62
Binary 10010101 10000101 1101000 0 1011 11110 101010 100111 10010 110010

Color Harmonies of #958568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958568

Black with #958568

Text Example


Text Example

White with #958568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958568; }

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

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

background-color css

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

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

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

border-color css

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

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

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