#867948

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

Shades of Clay Creek #867948

Tints of Clay Creek #867948

Color information

#867948 (or 0x867948) is unknown color: approx Clay Creek. HEX triplet: 86, 79 and 48. RGB value is (134,121,72). Sum of RGB (Red+Green+Blue) = 134+121+72=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #867948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867948 is #7986B7. Grayscale: #777777. Windows color (decimal): -7964344 or 4749702. OLE color: 4749702.

HSL color Cylindrical-coordinate representation of color #867948: hue angle of 47.42º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #867948 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13412172-
CMYK00.100.460.47
HSL47.42º30.1%40.39%-
HSV(B)47.42º46.27%52.55%-
XYZ17.8419.218.9-
YUV119.3101.31138.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=40.98%
G=37.00%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341217200.100.460.4747.4230.140.39
Hex8679480A2E2F2f1e28
Octal2061711100125657573650
Binary10000110111100110010000101010111010111110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867948; }

 p { color: rgb(134,121,72); }

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

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

 a { background-color: rgb(134,121,72); }

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

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

 span { border-color: rgb(134,121,72); }

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