#8F875B

Color #8F875B Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #8F875B

Tints of Clay Creek #8F875B

Color information

#8F875B (or 0x8F875B) is unknown color: approx Clay Creek. HEX triplet: 8F, 87 and 5B. RGB value is (143,135,91). Sum of RGB (Red+Green+Blue) = 143+135+91=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F875B is #7078A4. Grayscale: #848484. Windows color (decimal): -7370917 or 5998479. OLE color: 5998479.

HSL color Cylindrical-coordinate representation of color #8F875B: hue angle of 50.77º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F875B is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB14313591-
CMYK00.060.360.44
HSL50.77º22.22%45.88%-
HSV(B)50.77º36.36%56.08%-
XYZ21.8823.9213.36-
YUV132.38104.65135.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.75%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 91 (35.94% from 255) = 24.66%
R=38.75%
G=36.59%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431359100.060.360.4450.7722.2245.88
Hex8F875B06242C33162e
Octal217207133064454632656
Binary10001111100001111011011011010010010110011001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F875B; }

 p { color: rgb(143,135,91); }

 H1.HeaderClassName
 {
   color: #8F875B;
 }
 .AnyTagClassName
 {
   color: #8F875B;
 }
</style>
background-color css

<style>
 a { background-color: #8F875B; }

 a { background-color: rgb(143,135,91); }

 div.DivClassName
 {
   background-color: #8F875B;
 }
 .BgClassName
 {
   background-color: #8F875B;
 }
</style>
border-color css

<style>
 span { border-color: #8F875B; }

 span { border-color: rgb(143,135,91); }

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