Html Css Color HEX #9B9075 Pale Oyster

📋 copy color: '#9B9075'

red 155 ◦ green 144 ◦ blue 117

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

Shades of Pale Oyster #9B9075

Tints of Pale Oyster #9B9075

RGB

 RED value IS 155 (60.94% from 255) = 37.26%

 GREEN value IS 144 (56.64% from 255) = 34.62%

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

R = 37.26%
G = 34.62%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B9075 (or 0x9B9075) is known color: Pale Oyster. HEX triplet: 9B, 90 and 75. RGB value is (155,144,117). Sum of RGB (Red+Green+Blue) = 155+144+117=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9075 is #646F8A. Grayscale: #909090. Windows color (decimal): -6582155 or 7704731. OLE color: 7704731.

HSL color Cylindrical-coordinate representation of color #9B9075: hue angle of 42.63º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B9075 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 144 117 -
CMYK 0 0.07 0.25 0.39
HSL 42.63º 0.16% 0.53% -
HSV(B) 42.63º 0.25% 0.61% -
XYZ 26.7 28.2 20.87 -
YUV 144.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 155 144 117 0 0.07 0.25 0.39 42.63 0.16 0.53
Hex 9B 90 75 0 7 19 27 2B 10 35
Octal 233 220 165 0 7 31 47 53 20 65
Binary 10011011 10010000 1110101 0 111 11001 100111 101011 10000 110101

Color Harmonies of #9B9075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9075

Black with #9B9075

Text Example


Text Example

White with #9B9075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9075; }

 p { color: rgb(155,144,117); }

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

background-color css

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

 a { background-color: rgb(155,144,117); }

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

border-color css

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

 span { border-color: rgb(155,144,117); }

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