#867E5B

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

Shades of Clay Creek #867E5B

Tints of Clay Creek #867E5B

Color information

#867E5B (or 0x867E5B) is unknown color: approx Clay Creek. HEX triplet: 86, 7E and 5B. RGB value is (134,126,91). Sum of RGB (Red+Green+Blue) = 134+126+91=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #867E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E5B is #7981A4. Grayscale: #7C7C7C. Windows color (decimal): -7963045 or 5996166. OLE color: 5996166.

HSL color Cylindrical-coordinate representation of color #867E5B: hue angle of 48.84º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #867E5B is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13412691-
CMYK00.060.320.47
HSL48.84º19.11%44.12%-
HSV(B)48.84º32.09%52.55%-
XYZ19.1820.7512.89-
YUV124.4109.15134.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=38.18%
G=35.90%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341269100.060.320.4748.8419.1144.12
Hex867E5B06202F31132c
Octal206176133064057612354
Binary1000011011111101011011011010000010111111000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E5B; }

 p { color: rgb(134,126,91); }

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

<style>
 a { background-color: #867E5B; }

 a { background-color: rgb(134,126,91); }

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

<style>
 span { border-color: #867E5B; }

 span { border-color: rgb(134,126,91); }

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