Html Css Color HEX #616852 Chicago

📋 copy color: '#616852'

red 97 ◦ green 104 ◦ blue 82

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

Shades of Chicago #616852

Tints of Chicago #616852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 82 (32.42% from 255) = 28.98%

R = 34.28%
G = 36.75%
B = 28.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#616852 (or 0x616852) is known color: Chicago. HEX triplet: 61, 68 and 52. RGB value is (97,104,82). Sum of RGB (Red+Green+Blue) = 97+104+82=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #616852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616852 is #9E97AD. Grayscale: #636363. Windows color (decimal): -10393518 or 5400673. OLE color: 5400673.

HSL color Cylindrical-coordinate representation of color #616852: hue angle of 79.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #616852 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 82 -
CMYK 0.07 0 0.21 0.59
HSL 79.09º 0.12% 0.36% -
HSV(B) 79.09º 0.21% 0.41% -
XYZ 11.4 13.05 9.9 -
YUV 99.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 97 104 82 0.07 0 0.21 0.59 79.09 0.12 0.36
Hex 61 68 52 7 0 15 3B 4F C 24
Octal 141 150 122 7 0 25 73 117 14 44
Binary 1100001 1101000 1010010 111 0 10101 111011 1001111 1100 100100

Color Harmonies of #616852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616852

Black with #616852

Text Example


Text Example

White with #616852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616852; }

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

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

background-color css

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

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

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

border-color css

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

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

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