Html Css Color HEX #958C75 Pale Oyster

📋 copy color: '#958C75'

red 149 ◦ green 140 ◦ blue 117

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

Shades of Pale Oyster #958C75

Tints of Pale Oyster #958C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.48%

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 36.7%
G = 34.48%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958C75 (or 0x958C75) is known color: Pale Oyster. HEX triplet: 95, 8C and 75. RGB value is (149,140,117). Sum of RGB (Red+Green+Blue) = 149+140+117=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #958C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C75 is #6A738A. Grayscale: #8C8C8C. Windows color (decimal): -6976395 or 7703701. OLE color: 7703701.

HSL color Cylindrical-coordinate representation of color #958C75: hue angle of 43.12º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958C75 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 140 117 -
CMYK 0 0.06 0.21 0.42
HSL 43.13º 0.13% 0.52% -
HSV(B) 43.13º 0.21% 0.58% -
XYZ 24.98 26.43 20.61 -
YUV 140.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 149 140 117 0 0.06 0.21 0.42 43.13 0.13 0.52
Hex 95 8C 75 0 6 15 2A 2B D 34
Octal 225 214 165 0 6 25 52 53 15 64
Binary 10010101 10001100 1110101 0 110 10101 101010 101011 1101 110100

Color Harmonies of #958C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C75

Black with #958C75

Text Example


Text Example

White with #958C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958C75; }

 p { color: rgb(149,140,117); }

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

background-color css

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

 a { background-color: rgb(149,140,117); }

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

border-color css

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

 span { border-color: rgb(149,140,117); }

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