#93864E

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

Shades of Clay Creek #93864E

Tints of Clay Creek #93864E

Color information

#93864E (or 0x93864E) is unknown color: approx Clay Creek. HEX triplet: 93, 86 and 4E. RGB value is (147,134,78). Sum of RGB (Red+Green+Blue) = 147+134+78=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93864E is #6C79B1. Grayscale: #838383. Windows color (decimal): -7109042 or 5146259. OLE color: 5146259.

HSL color Cylindrical-coordinate representation of color #93864E: hue angle of 48.7º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93864E is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14713478-
CMYK00.090.470.42
HSL48.7º30.67%44.12%-
HSV(B)48.7º46.94%57.65%-
XYZ21.9323.810.65-
YUV131.597.81139.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=40.95%
G=37.33%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471347800.090.470.4248.730.6744.12
Hex93864E092F2A311f2c
Octal2232061160115752613754
Binary100100111000011010011100100110111110101011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93864E; }

 p { color: rgb(147,134,78); }

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

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

 a { background-color: rgb(147,134,78); }

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

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

 span { border-color: rgb(147,134,78); }

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