#736056

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

Shades of Dorado #736056

Tints of Dorado #736056

Color information

#736056 (or 0x736056) is unknown color: approx Dorado. HEX triplet: 73, 60 and 56. RGB value is (115,96,86). Sum of RGB (Red+Green+Blue) = 115+96+86=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #736056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736056 is #8C9FA9. Grayscale: #646464. Windows color (decimal): -9215914 or 5660787. OLE color: 5660787.

HSL color Cylindrical-coordinate representation of color #736056: hue angle of 20.69º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #736056 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1159686-
CMYK00.170.250.55
HSL20.69º14.43%39.41%-
HSV(B)20.69º25.22%45.1%-
XYZ12.9312.6810.57-
YUV100.54119.79138.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=38.72%
G=32.32%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115968600.170.250.5520.6914.4339.41
Hex736056011193715e27
Octal1631401260213167251647
Binary11100111100000101011001000111001110111101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736056; }

 p { color: rgb(115,96,86); }

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

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

 a { background-color: rgb(115,96,86); }

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

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

 span { border-color: rgb(115,96,86); }

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