Html Css Color HEX #615550 Tundora

📋 copy color: '#615550'

red 97 ◦ green 85 ◦ blue 80

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

Shades of Tundora #615550

Tints of Tundora #615550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

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

R = 37.02%
G = 32.44%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#615550 (or 0x615550) is known color: Tundora. HEX triplet: 61, 55 and 50. RGB value is (97,85,80). Sum of RGB (Red+Green+Blue) = 97+85+80=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #615550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615550 is #9EAAAF. Grayscale: #585858. Windows color (decimal): -10398384 or 5264737. OLE color: 5264737.

HSL color Cylindrical-coordinate representation of color #615550: hue angle of 17.65º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #615550 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 85 80 -
CMYK 0 0.12 0.18 0.62
HSL 17.65º 0.1% 0.35% -
HSV(B) 17.65º 0.18% 0.38% -
XYZ 9.63 9.62 8.94 -
YUV 88.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 97 85 80 0 0.12 0.18 0.62 17.65 0.1 0.35
Hex 61 55 50 0 C 12 3E 12 A 23
Octal 141 125 120 0 14 22 76 22 12 43
Binary 1100001 1010101 1010000 0 1100 10010 111110 10010 1010 100011

Color Harmonies of #615550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615550

Black with #615550

Text Example


Text Example

White with #615550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615550; }

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

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

background-color css

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

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

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

border-color css

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

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

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