Html Css Color HEX #606751 Chicago

📋 copy color: '#606751'

red 96 ◦ green 103 ◦ blue 81

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

Shades of Chicago #606751

Tints of Chicago #606751

RGB

 RED value IS 96 (37.89% from 255) = 34.29%

 GREEN value IS 103 (40.63% from 255) = 36.79%

 BLUE value IS 81 (32.03% from 255) = 28.93%

R = 34.29%
G = 36.79%
B = 28.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#606751 (or 0x606751) is known color: Chicago. HEX triplet: 60, 67 and 51. RGB value is (96,103,81). Sum of RGB (Red+Green+Blue) = 96+103+81=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #606751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606751 is #9F98AE. Grayscale: #626262. Windows color (decimal): -10459311 or 5334880. OLE color: 5334880.

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

Color convert

RGB 96 103 81 -
CMYK 0.07 0 0.21 0.60
HSL 79.09º 0.12% 0.36% -
HSV(B) 79.09º 0.21% 0.4% -
XYZ 11.16 12.78 9.66 -
YUV 98.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 96 103 81 0.07 0 0.21 0.60 79.09 0.12 0.36
Hex 60 67 51 7 0 15 3C 4F C 24
Octal 140 147 121 7 0 25 74 117 14 44
Binary 1100000 1100111 1010001 111 0 10101 111100 1001111 1100 100100

Color Harmonies of #606751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606751

Black with #606751

Text Example


Text Example

White with #606751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606751; }

 p { color: rgb(96,103,81); }

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

background-color css

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

 a { background-color: rgb(96,103,81); }

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

border-color css

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

 span { border-color: rgb(96,103,81); }

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