#655C57

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

Shades of Dorado #655C57

Tints of Dorado #655C57

Color information

#655C57 (or 0x655C57) is unknown color: approx Dorado. HEX triplet: 65, 5C and 57. RGB value is (101,92,87). Sum of RGB (Red+Green+Blue) = 101+92+87=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #655C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C57 is #9AA3A8. Grayscale: #5E5E5E. Windows color (decimal): -10134441 or 5725285. OLE color: 5725285.

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

Color convert

RGB1019287-
CMYK00.090.140.60
HSL21.43º7.45%36.86%-
HSV(B)21.43º13.86%39.61%-
XYZ10.9111.1110.59-
YUV94.12123.98132.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=36.07%
G=32.86%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101928700.090.140.6021.437.4536.86
Hex655C5709E3C15725
Octal145134127011167425745
Binary11001011011100101011101001111011110010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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