#73655C

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

Shades of Dorado #73655C

Tints of Dorado #73655C

Color information

#73655C (or 0x73655C) is unknown color: approx Dorado. HEX triplet: 73, 65 and 5C. RGB value is (115,101,92). Sum of RGB (Red+Green+Blue) = 115+101+92=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #73655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73655C is #8C9AA3. Grayscale: #686868. Windows color (decimal): -9214628 or 6055283. OLE color: 6055283.

HSL color Cylindrical-coordinate representation of color #73655C: hue angle of 23.48º 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 #73655C is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11510192-
CMYK00.120.200.55
HSL23.48º11.11%40.59%-
HSV(B)23.48º20%45.1%-
XYZ13.6613.7212.05-
YUV104.16121.14135.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=37.34%
G=32.79%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151019200.120.200.5523.4811.1140.59
Hex73655C0C143717b29
Octal1631451340142467271351
Binary1110011110010110111000110010100110111101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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