Html Css Color HEX #617150 Dingley

📋 copy color: '#617150'

red 97 ◦ green 113 ◦ blue 80

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

Shades of Dingley #617150

Tints of Dingley #617150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.97%

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

R = 33.45%
G = 38.97%
B = 27.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#617150 (or 0x617150) is known color: Dingley. HEX triplet: 61, 71 and 50. RGB value is (97,113,80). Sum of RGB (Red+Green+Blue) = 97+113+80=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #617150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617150 is #9E8EAF. Grayscale: #686868. Windows color (decimal): -10391216 or 5271905. OLE color: 5271905.

HSL color Cylindrical-coordinate representation of color #617150: hue angle of 89.09º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #617150 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 113 80 -
CMYK 0.14 0 0.29 0.56
HSL 89.09º 0.17% 0.38% -
HSV(B) 89.09º 0.29% 0.44% -
XYZ 12.28 14.93 9.82 -
YUV 104.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 97 113 80 0.14 0 0.29 0.56 89.09 0.17 0.38
Hex 61 71 50 E 0 1D 38 59 11 26
Octal 141 161 120 16 0 35 70 131 21 46
Binary 1100001 1110001 1010000 1110 0 11101 111000 1011001 10001 100110

Color Harmonies of #617150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617150

Black with #617150

Text Example


Text Example

White with #617150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617150; }

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

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

background-color css

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

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

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

border-color css

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

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

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