#93865B

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

Shades of Clay Creek #93865B

Tints of Clay Creek #93865B

Color information

#93865B (or 0x93865B) is unknown color: approx Clay Creek. HEX triplet: 93, 86 and 5B. RGB value is (147,134,91). Sum of RGB (Red+Green+Blue) = 147+134+91=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93865B is #6C79A4. Grayscale: #858585. Windows color (decimal): -7109029 or 5998227. OLE color: 5998227.

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

Color convert

RGB14713491-
CMYK00.090.380.42
HSL46.07º23.53%46.67%-
HSV(B)46.07º38.1%57.65%-
XYZ22.4524.0113.35-
YUV132.98104.31138-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=39.52%
G=36.02%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471349100.090.380.4246.0723.5346.67
Hex93865B09262A2e182f
Octal2232061330114652563057
Binary100100111000011010110110100110011010101010111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93865B; }

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

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

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

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

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

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

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

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