#73645A

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

Shades of Dorado #73645A

Tints of Dorado #73645A

Color information

#73645A (or 0x73645A) is unknown color: approx Dorado. HEX triplet: 73, 64 and 5A. RGB value is (115,100,90). Sum of RGB (Red+Green+Blue) = 115+100+90=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #73645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73645A is #8C9BA5. Grayscale: #676767. Windows color (decimal): -9214886 or 5923955. OLE color: 5923955.

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

Color convert

RGB11510090-
CMYK00.130.220.55
HSL24º12.2%40.2%-
HSV(B)24º21.74%45.1%-
XYZ13.4713.511.57-
YUV103.34120.47136.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=37.70%
G=32.79%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151009000.130.220.552412.240.2
Hex73645A0D163718c28
Octal1631441320152667301450
Binary1110011110010010110100110110110110111110001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,100,90); }

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

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

 a { background-color: rgb(115,100,90); }

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

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

 span { border-color: rgb(115,100,90); }

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