Html Css Color HEX #958B75 Pale Oyster

📋 copy color: '#958B75'

red 149 ◦ green 139 ◦ blue 117

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

Shades of Pale Oyster #958B75

Tints of Pale Oyster #958B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

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

R = 36.79%
G = 34.32%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958B75 (or 0x958B75) is known color: Pale Oyster. HEX triplet: 95, 8B and 75. RGB value is (149,139,117). Sum of RGB (Red+Green+Blue) = 149+139+117=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #958B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B75 is #6A748A. Grayscale: #8B8B8B. Windows color (decimal): -6976651 or 7703445. OLE color: 7703445.

HSL color Cylindrical-coordinate representation of color #958B75: hue angle of 41.25º 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 #958B75 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 117 -
CMYK 0 0.07 0.21 0.42
HSL 41.25º 0.13% 0.52% -
HSV(B) 41.25º 0.21% 0.58% -
XYZ 24.84 26.14 20.57 -
YUV 139.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 149 139 117 0 0.07 0.21 0.42 41.25 0.13 0.52
Hex 95 8B 75 0 7 15 2A 29 D 34
Octal 225 213 165 0 7 25 52 51 15 64
Binary 10010101 10001011 1110101 0 111 10101 101010 101001 1101 110100

Color Harmonies of #958B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B75

Black with #958B75

Text Example


Text Example

White with #958B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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