#746256

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

Shades of Dorado #746256

Tints of Dorado #746256

Color information

#746256 (or 0x746256) is unknown color: approx Dorado. HEX triplet: 74, 62 and 56. RGB value is (116,98,86). Sum of RGB (Red+Green+Blue) = 116+98+86=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746256 is #8B9DA9. Grayscale: #666666. Windows color (decimal): -9149866 or 5661300. OLE color: 5661300.

HSL color Cylindrical-coordinate representation of color #746256: hue angle of 24º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746256 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1169886-
CMYK00.160.260.55
HSL24º14.85%39.61%-
HSV(B)24º25.86%45.49%-
XYZ13.2513.1210.64-
YUV102.01118.96137.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 86 (33.98% from 255) = 28.67%
R=38.67%
G=32.67%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116988600.160.260.552414.8539.61
Hex7462560101A3718f28
Octal1641421260203267301750
Binary11101001100010101011001000011010110111110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746256; }

 p { color: rgb(116,98,86); }

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

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

 a { background-color: rgb(116,98,86); }

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

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

 span { border-color: rgb(116,98,86); }

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