#65594C

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

Shades of Domino #65594C

Tints of Domino #65594C

Color information

#65594C (or 0x65594C) is unknown color: approx Domino. HEX triplet: 65, 59 and 4C. RGB value is (101,89,76). Sum of RGB (Red+Green+Blue) = 101+89+76=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #65594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65594C is #9AA6B3. Grayscale: #5B5B5B. Windows color (decimal): -10135220 or 5003621. OLE color: 5003621.

HSL color Cylindrical-coordinate representation of color #65594C: hue angle of 31.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65594C is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1018976-
CMYK00.120.250.60
HSL31.2º14.12%34.71%-
HSV(B)31.2º24.75%39.61%-
XYZ10.2410.438.31-
YUV91.11119.48135.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.97%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=37.97%
G=33.46%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101897600.120.250.6031.214.1234.71
Hex65594C0C193C1fe23
Octal1451311140143174371643
Binary1100101101100110011000110011001111100111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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