#867B5A

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

Shades of Clay Creek #867B5A

Tints of Clay Creek #867B5A

Color information

#867B5A (or 0x867B5A) is unknown color: approx Clay Creek. HEX triplet: 86, 7B and 5A. RGB value is (134,123,90). Sum of RGB (Red+Green+Blue) = 134+123+90=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #867B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B5A is #7984A5. Grayscale: #7A7A7A. Windows color (decimal): -7963814 or 5929862. OLE color: 5929862.

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

Color convert

RGB13412390-
CMYK00.080.330.47
HSL45º19.64%43.92%-
HSV(B)45º32.84%52.55%-
XYZ18.7619.9712.54-
YUV122.53109.64136.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=38.62%
G=35.45%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341239000.080.330.474519.6443.92
Hex867B5A08212F2d142c
Octal2061731320104157552454
Binary10000110111101110110100100010000110111110110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,123,90); }

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

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

 a { background-color: rgb(134,123,90); }

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

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

 span { border-color: rgb(134,123,90); }

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