Html Css Color HEX #617550 Dingley

📋 copy color: '#617550'

red 97 ◦ green 117 ◦ blue 80

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

Shades of Dingley #617550

Tints of Dingley #617550

RGB

 RED value IS 97 (38.28% from 255) = 32.99%

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 32.99%
G = 39.8%
B = 27.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#617550 (or 0x617550) is known color: Dingley. HEX triplet: 61, 75 and 50. RGB value is (97,117,80). Sum of RGB (Red+Green+Blue) = 97+117+80=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #617550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617550 is #9E8AAF. Grayscale: #6A6A6A. Windows color (decimal): -10390192 or 5272929. OLE color: 5272929.

HSL color Cylindrical-coordinate representation of color #617550: hue angle of 92.43º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #617550 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 80 -
CMYK 0.17 0 0.32 0.54
HSL 92.43º 0.19% 0.39% -
HSV(B) 92.43º 0.32% 0.46% -
XYZ 12.74 15.84 9.98 -
YUV 106.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 97 117 80 0.17 0 0.32 0.54 92.43 0.19 0.39
Hex 61 75 50 11 0 20 36 5C 13 27
Octal 141 165 120 21 0 40 66 134 23 47
Binary 1100001 1110101 1010000 10001 0 100000 110110 1011100 10011 100111

Color Harmonies of #617550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617550

Black with #617550

Text Example


Text Example

White with #617550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617550; }

 p { color: rgb(97,117,80); }

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

background-color css

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

 a { background-color: rgb(97,117,80); }

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

border-color css

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

 span { border-color: rgb(97,117,80); }

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