#65594E

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

Shades of Domino #65594E

Tints of Domino #65594E

Color information

#65594E (or 0x65594E) is unknown color: approx Domino. HEX triplet: 65, 59 and 4E. RGB value is (101,89,78). Sum of RGB (Red+Green+Blue) = 101+89+78=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #65594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65594E is #9AA6B1. Grayscale: #5B5B5B. Windows color (decimal): -10135218 or 5134693. OLE color: 5134693.

HSL color Cylindrical-coordinate representation of color #65594E: hue angle of 28.7º 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 #65594E is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1018978-
CMYK00.120.230.60
HSL28.7º12.85%35.1%-
HSV(B)28.7º22.77%39.61%-
XYZ10.3110.468.68-
YUV91.33120.48134.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=37.69%
G=33.21%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101897800.120.230.6028.712.8535.1
Hex65594E0C173C1dd23
Octal1451311160142774351543
Binary1100101101100110011100110010111111100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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