Html Css Color HEX #8F875B Clay Creek

📋 copy color: '#8F875B'

red 143 ◦ green 135 ◦ blue 91

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

Shades of Clay Creek #8F875B

Tints of Clay Creek #8F875B

RGB

 RED value IS 143 (56.25% from 255) = 38.75%

 GREEN value IS 135 (53.13% 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 value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F875B (or 0x8F875B) is known color: 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

RGB 143 135 91 -
CMYK 0 0.06 0.36 0.44
HSL 50.77º 0.22% 0.46% -
HSV(B) 50.77º 0.36% 0.56% -
XYZ 21.88 23.92 13.36 -
YUV 132.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 143 135 91 0 0.06 0.36 0.44 50.77 0.22 0.46
Hex 8F 87 5B 0 6 24 2C 33 16 2E
Octal 217 207 133 0 6 44 54 63 26 56
Binary 10001111 10000111 1011011 0 110 100100 101100 110011 10110 101110

Color Harmonies of #8F875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F875B

Black with #8F875B

Text Example


Text Example

White with #8F875B

Text Example


Text Example

HTML Codes & Css Web 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>