Html Css Color HEX #676864 Chicago

📋 copy color: '#676864'

red 103 ◦ green 104 ◦ blue 100

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

Shades of Chicago #676864

Tints of Chicago #676864

RGB

 RED value IS 103 (40.63% from 255) = 33.55%

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

 BLUE value IS 100 (39.45% from 255) = 32.57%

R = 33.55%
G = 33.88%
B = 32.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#676864 (or 0x676864) is known color: Chicago. HEX triplet: 67, 68 and 64. RGB value is (103,104,100). Sum of RGB (Red+Green+Blue) = 103+104+100=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 104 - color contains mainly: green. Hex color #676864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676864 is #98979B. Grayscale: #676767. Windows color (decimal): -10000284 or 6580327. OLE color: 6580327.

HSL color Cylindrical-coordinate representation of color #676864: hue angle of 75º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #676864 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 104 100 -
CMYK 0.01 0 0.04 0.59
HSL 75º 0.02% 0.4% -
HSV(B) 75º 0.04% 0.41% -
XYZ 12.84 13.7 14.02 -
YUV 103.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 103 104 100 0.01 0 0.04 0.59 75 0.02 0.4
Hex 67 68 64 1 0 4 3B 4B 2 28
Octal 147 150 144 1 0 4 73 113 2 50
Binary 1100111 1101000 1100100 1 0 100 111011 1001011 10 101000

Color Harmonies of #676864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676864

Black with #676864

Text Example


Text Example

White with #676864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676864; }

 p { color: rgb(103,104,100); }

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

background-color css

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

 a { background-color: rgb(103,104,100); }

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

border-color css

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

 span { border-color: rgb(103,104,100); }

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