Html Css Color HEX #615A58 Tundora

📋 copy color: '#615A58'

red 97 ◦ green 90 ◦ blue 88

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

Shades of Tundora #615A58

Tints of Tundora #615A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32%

R = 35.27%
G = 32.73%
B = 32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#615A58 (or 0x615A58) is known color: Tundora. HEX triplet: 61, 5A and 58. RGB value is (97,90,88). Sum of RGB (Red+Green+Blue) = 97+90+88=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #615A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A58 is #9EA5A7. Grayscale: #5B5B5B. Windows color (decimal): -10397096 or 5790305. OLE color: 5790305.

HSL color Cylindrical-coordinate representation of color #615A58: hue angle of 13.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #615A58 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 90 88 -
CMYK 0 0.07 0.09 0.62
HSL 13.33º 0.05% 0.36% -
HSV(B) 13.33º 0.09% 0.38% -
XYZ 10.35 10.56 10.73 -
YUV 91.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 97 90 88 0 0.07 0.09 0.62 13.33 0.05 0.36
Hex 61 5A 58 0 7 9 3E D 5 24
Octal 141 132 130 0 7 11 76 15 5 44
Binary 1100001 1011010 1011000 0 111 1001 111110 1101 101 100100

Color Harmonies of #615A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A58

Black with #615A58

Text Example


Text Example

White with #615A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615A58; }

 p { color: rgb(97,90,88); }

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

background-color css

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

 a { background-color: rgb(97,90,88); }

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

border-color css

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

 span { border-color: rgb(97,90,88); }

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