Html Css Color HEX #9C9075 Pale Oyster

📋 copy color: '#9C9075'

red 156 ◦ green 144 ◦ blue 117

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

Shades of Pale Oyster #9C9075

Tints of Pale Oyster #9C9075

RGB

 RED value IS 156 (61.33% from 255) = 37.41%

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

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

R = 37.41%
G = 34.53%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C9075 (or 0x9C9075) is known color: Pale Oyster. HEX triplet: 9C, 90 and 75. RGB value is (156,144,117). Sum of RGB (Red+Green+Blue) = 156+144+117=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9075 is #636F8A. Grayscale: #909090. Windows color (decimal): -6516619 or 7704732. OLE color: 7704732.

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

Color convert

RGB 156 144 117 -
CMYK 0 0.08 0.25 0.39
HSL 41.54º 0.16% 0.54% -
HSV(B) 41.54º 0.25% 0.61% -
XYZ 26.89 28.3 20.87 -
YUV 144.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 156 144 117 0 0.08 0.25 0.39 41.54 0.16 0.54
Hex 9C 90 75 0 8 19 27 2A 10 36
Octal 234 220 165 0 10 31 47 52 20 66
Binary 10011100 10010000 1110101 0 1000 11001 100111 101010 10000 110110

Color Harmonies of #9C9075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9075

Black with #9C9075

Text Example


Text Example

White with #9C9075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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