#94695A

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

Shades of Beaver #94695A

Tints of Beaver #94695A

Color information

#94695A (or 0x94695A) is unknown color: approx Beaver. HEX triplet: 94, 69 and 5A. RGB value is (148,105,90). Sum of RGB (Red+Green+Blue) = 148+105+90=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94695A is #6B96A5. Grayscale: #747474. Windows color (decimal): -7050918 or 5925268. OLE color: 5925268.

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

Color convert

RGB14810590-
CMYK00.290.390.42
HSL15.52º24.37%46.67%-
HSV(B)15.52º39.19%58.04%-
XYZ19.1117.1411.97-
YUV116.15113.25150.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=43.15%
G=30.61%
B=26.24%

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
Decimal1481059000.290.390.4215.5224.3746.67
Hex94695A01D272A10182f
Octal2241511320354752203057
Binary10010100110100110110100111011001111010101000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94695A; }

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

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

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

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

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

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

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

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