#65584C

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

Shades of Domino #65584C

Tints of Domino #65584C

Color information

#65584C (or 0x65584C) is unknown color: approx Domino. HEX triplet: 65, 58 and 4C. RGB value is (101,88,76). Sum of RGB (Red+Green+Blue) = 101+88+76=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 101 - color contains mainly: red. Hex color #65584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65584C is #9AA7B3. Grayscale: #5A5A5A. Windows color (decimal): -10135476 or 5003365. OLE color: 5003365.

HSL color Cylindrical-coordinate representation of color #65584C: hue angle of 28.8º 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 #65584C is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1018876-
CMYK00.130.250.60
HSL28.8º14.12%34.71%-
HSV(B)28.8º24.75%39.61%-
XYZ10.1610.278.28-
YUV90.52119.81135.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=38.11%
G=33.21%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101887600.130.250.6028.814.1234.71
Hex65584C0D193C1de23
Octal1451301140153174351643
Binary1100101101100010011000110111001111100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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