Html Css Color HEX #9C9072 Pale Oyster

📋 copy color: '#9C9072'

red 156 ◦ green 144 ◦ blue 114

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

Shades of Pale Oyster #9C9072

Tints of Pale Oyster #9C9072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 37.68%
G = 34.78%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C9072 (or 0x9C9072) is known color: Pale Oyster. HEX triplet: 9C, 90 and 72. RGB value is (156,144,114). Sum of RGB (Red+Green+Blue) = 156+144+114=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9072 is #636F8D. Grayscale: #909090. Windows color (decimal): -6516622 or 7508124. OLE color: 7508124.

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

Color convert

RGB 156 144 114 -
CMYK 0 0.08 0.27 0.39
HSL 42.86º 0.18% 0.53% -
HSV(B) 42.86º 0.27% 0.61% -
XYZ 26.72 28.23 19.96 -
YUV 144.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 156 144 114 0 0.08 0.27 0.39 42.86 0.18 0.53
Hex 9C 90 72 0 8 1B 27 2B 12 35
Octal 234 220 162 0 10 33 47 53 22 65
Binary 10011100 10010000 1110010 0 1000 11011 100111 101011 10010 110101

Color Harmonies of #9C9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9072

Black with #9C9072

Text Example


Text Example

White with #9C9072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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