Html Css Color HEX #655A50 Domino

📋 copy color: '#655A50'

red 101 ◦ green 90 ◦ blue 80

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

Shades of Domino #655A50

Tints of Domino #655A50

RGB

 RED value IS 101 (39.84% from 255) = 37.27%

 GREEN value IS 90 (35.55% from 255) = 33.21%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 37.27%
G = 33.21%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#655A50 (or 0x655A50) is known color: Domino. HEX triplet: 65, 5A and 50. RGB value is (101,90,80). Sum of RGB (Red+Green+Blue) = 101+90+80=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 101 - color contains mainly: red. Hex color #655A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A50 is #9AA5AF. Grayscale: #5C5C5C. Windows color (decimal): -10134960 or 5266021. OLE color: 5266021.

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

Color convert

RGB 101 90 80 -
CMYK 0 0.11 0.21 0.60
HSL 28.57º 0.12% 0.35% -
HSV(B) 28.57º 0.21% 0.4% -
XYZ 10.47 10.66 9.09 -
YUV 92.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 101 90 80 0 0.11 0.21 0.60 28.57 0.12 0.35
Hex 65 5A 50 0 B 15 3C 1D C 23
Octal 145 132 120 0 13 25 74 35 14 43
Binary 1100101 1011010 1010000 0 1011 10101 111100 11101 1100 100011

Color Harmonies of #655A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655A50

Black with #655A50

Text Example


Text Example

White with #655A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655A50; }

 p { color: rgb(101,90,80); }

 H1.HeaderClassName
 {
   color: #655A50;
 }
 .AnyTagClassName
 {
   color: #655A50;
 }
</style>

background-color css

<style>
 a { background-color: #655A50; }

 a { background-color: rgb(101,90,80); }

 div.DivClassName
 {
   background-color: #655A50;
 }
 .BgClassName
 {
   background-color: #655A50;
 }
</style>

border-color css

<style>
 span { border-color: #655A50; }

 span { border-color: rgb(101,90,80); }

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