#655953

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

Shades of Dorado #655953

Tints of Dorado #655953

Color information

#655953 (or 0x655953) is unknown color: approx Dorado. HEX triplet: 65, 59 and 53. RGB value is (101,89,83). Sum of RGB (Red+Green+Blue) = 101+89+83=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #655953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655953 is #9AA6AC. Grayscale: #5B5B5B. Windows color (decimal): -10135213 or 5462373. OLE color: 5462373.

HSL color Cylindrical-coordinate representation of color #655953: hue angle of 20º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655953 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB1018983-
CMYK00.120.180.60
HSL20º9.78%36.08%-
HSV(B)20º17.82%39.61%-
XYZ10.510.549.66-
YUV91.9122.98134.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=37.00%
G=32.60%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101898300.120.180.60209.7836.08
Hex6559530C123C14a24
Octal1451311230142274241244
Binary1100101101100110100110110010010111100101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655953; }

 p { color: rgb(101,89,83); }

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

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

 a { background-color: rgb(101,89,83); }

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

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

 span { border-color: rgb(101,89,83); }

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