#867B4A

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

Shades of Clay Creek #867B4A

Tints of Clay Creek #867B4A

Color information

#867B4A (or 0x867B4A) is unknown color: approx Clay Creek. HEX triplet: 86, 7B and 4A. RGB value is (134,123,74). Sum of RGB (Red+Green+Blue) = 134+123+74=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #867B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B4A is #7984B5. Grayscale: #787878. Windows color (decimal): -7963830 or 4881286. OLE color: 4881286.

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

Color convert

RGB13412374-
CMYK00.080.450.47
HSL49º28.85%40.78%-
HSV(B)49º44.78%52.55%-
XYZ18.1519.739.33-
YUV120.7101.64137.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 123 (48.44% from 255) = 37.16%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=40.48%
G=37.16%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341237400.080.450.474928.8540.78
Hex867B4A082D2F311d29
Octal2061731120105557613551
Binary10000110111101110010100100010110110111111000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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