#73645C

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

Shades of Dorado #73645C

Tints of Dorado #73645C

Color information

#73645C (or 0x73645C) is unknown color: approx Dorado. HEX triplet: 73, 64 and 5C. RGB value is (115,100,92). Sum of RGB (Red+Green+Blue) = 115+100+92=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #73645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73645C is #8C9BA3. Grayscale: #676767. Windows color (decimal): -9214884 or 6055027. OLE color: 6055027.

HSL color Cylindrical-coordinate representation of color #73645C: hue angle of 20.87º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73645C is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11510092-
CMYK00.130.200.55
HSL20.87º11.11%40.59%-
HSV(B)20.87º20%45.1%-
XYZ13.5613.5312.02-
YUV103.57121.47136.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=37.46%
G=32.57%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151009200.130.200.5520.8711.1140.59
Hex73645C0D143715b29
Octal1631441340152467251351
Binary1110011110010010111000110110100110111101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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