#93695a

Color #93695A Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #93695A

Tints of Beaver #93695A

Color information

#93695A (or 0x93695A) is unknown color: approx Beaver. HEX triplet: 93, 69 and 5A. RGB value is (147,105,90). Sum of RGB (Red+Green+Blue) = 147+105+90=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93695A is #6C96A5. Grayscale: #737373. Windows color (decimal): -7116454 or 5925267. OLE color: 5925267.

HSL color Cylindrical-coordinate representation of color #93695A: hue angle of 15.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93695A is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14710590-
CMYK00.290.390.42
HSL15.79º24.05%46.47%-
HSV(B)15.79º38.78%57.65%-
XYZ18.9317.0411.97-
YUV115.85113.41150.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=42.98%
G=30.70%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471059000.290.390.4215.7924.0546.47
Hex93695A01D272A10182e
Octal2231511320354752203056
Binary10010011110100110110100111011001111010101000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93695a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93695a; }

 p { color: rgb(147,105,90); }

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

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

 a { background-color: rgb(147,105,90); }

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

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

 span { border-color: rgb(147,105,90); }

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