#946751

Color #946751 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #946751

Tints of Dark Tan #946751

Color information

#946751 (or 0x946751) is unknown color: approx Dark Tan. HEX triplet: 94, 67 and 51. RGB value is (148,103,81). Sum of RGB (Red+Green+Blue) = 148+103+81=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #946751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946751 is #6B98AE. Grayscale: #727272. Windows color (decimal): -7051439 or 5334932. OLE color: 5334932.

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

Color convert

RGB14810381-
CMYK00.300.450.42
HSL19.7º29.26%44.9%-
HSV(B)19.7º45.27%58.04%-
XYZ18.5516.5910.01-
YUV113.95109.41152.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=44.58%
G=31.02%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481038100.300.450.4219.729.2644.9
Hex94675101E2D2A141d2d
Octal2241471210365552243555
Binary10010100110011110100010111101011011010101010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946751; }

 p { color: rgb(148,103,81); }

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

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

 a { background-color: rgb(148,103,81); }

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

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

 span { border-color: rgb(148,103,81); }

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