#655E5C

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

Shades of Dorado #655E5C

Tints of Dorado #655E5C

Color information

#655E5C (or 0x655E5C) is unknown color: approx Dorado. HEX triplet: 65, 5E and 5C. RGB value is (101,94,92). Sum of RGB (Red+Green+Blue) = 101+94+92=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 101 - color contains mainly: red. Hex color #655E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E5C is #9AA1A3. Grayscale: #5F5F5F. Windows color (decimal): -10133924 or 6053477. OLE color: 6053477.

HSL color Cylindrical-coordinate representation of color #655E5C: hue angle of 13.33º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #655E5C is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1019492-
CMYK00.070.090.60
HSL13.33º4.66%37.84%-
HSV(B)13.33º8.91%39.61%-
XYZ11.311.5411.76-
YUV95.86125.82131.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=35.19%
G=32.75%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101949200.070.090.6013.334.6637.84
Hex655E5C0793Cd526
Octal14513613407117415546
Binary110010110111101011100011110011111001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655E5C; }

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

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

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

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

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

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

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

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