Html Css Color HEX #65584C Domino

📋 copy color: '#65584C'

red 101 ◦ green 88 ◦ blue 76

#65584C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Domino #65584C

Tints of Domino #65584C

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 value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#65584C (or 0x65584C) is known color: 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

RGB 101 88 76 -
CMYK 0 0.13 0.25 0.60
HSL 28.8º 0.14% 0.35% -
HSV(B) 28.8º 0.25% 0.4% -
XYZ 10.16 10.27 8.28 -
YUV 90.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 101 88 76 0 0.13 0.25 0.60 28.8 0.14 0.35
Hex 65 58 4C 0 D 19 3C 1D E 23
Octal 145 130 114 0 15 31 74 35 16 43
Binary 1100101 1011000 1001100 0 1101 11001 111100 11101 1110 100011

Color Harmonies of #65584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65584C

Black with #65584C

Text Example


Text Example

White with #65584C

Text Example


Text Example

HTML Codes & Css Web 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>