Html Css Color HEX #615258 Finn

📋 copy color: '#615258'

red 97 ◦ green 82 ◦ blue 88

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

Shades of Finn #615258

Tints of Finn #615258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

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

R = 36.33%
G = 30.71%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#615258 (or 0x615258) is known color: Finn. HEX triplet: 61, 52 and 58. RGB value is (97,82,88). Sum of RGB (Red+Green+Blue) = 97+82+88=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 97 - color contains mainly: red. Hex color #615258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615258 is #9EADA7. Grayscale: #575757. Windows color (decimal): -10399144 or 5788257. OLE color: 5788257.

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

Color convert

RGB 97 82 88 -
CMYK 0 0.15 0.09 0.62
HSL 336º 0.08% 0.35% -
HSV(B) 336º 0.15% 0.38% -
XYZ 9.71 9.28 10.51 -
YUV 87.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 97 82 88 0 0.15 0.09 0.62 336 0.08 0.35
Hex 61 52 58 0 F 9 3E 150 8 23
Octal 141 122 130 0 17 11 76 520 10 43
Binary 1100001 1010010 1011000 0 1111 1001 111110 101010000 1000 100011

Color Harmonies of #615258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615258

Black with #615258

Text Example


Text Example

White with #615258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615258; }

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

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

background-color css

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

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

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

border-color css

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

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

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