#65584E

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

Shades of Domino #65584E

Tints of Domino #65584E

Color information

#65584E (or 0x65584E) is unknown color: approx Domino. HEX triplet: 65, 58 and 4E. RGB value is (101,88,78). Sum of RGB (Red+Green+Blue) = 101+88+78=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #65584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65584E is #9AA7B1. Grayscale: #5A5A5A. Windows color (decimal): -10135474 or 5134437. OLE color: 5134437.

HSL color Cylindrical-coordinate representation of color #65584E: hue angle of 26.09º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65584E is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1018878-
CMYK00.130.230.60
HSL26.09º12.85%35.1%-
HSV(B)26.09º22.77%39.61%-
XYZ10.2310.38.66-
YUV90.75120.81135.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=37.83%
G=32.96%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101887800.130.230.6026.0912.8535.1
Hex65584E0D173C1ad23
Octal1451301160152774321543
Binary1100101101100010011100110110111111100110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65584E; }

 p { color: rgb(101,88,78); }

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

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

 a { background-color: rgb(101,88,78); }

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

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

 span { border-color: rgb(101,88,78); }

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