#65695B

Color #65695B Chicago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chicago #65695B

Tints of Chicago #65695B

Color information

#65695B (or 0x65695B) is unknown color: approx Chicago. HEX triplet: 65, 69 and 5B. RGB value is (101,105,91). Sum of RGB (Red+Green+Blue) = 101+105+91=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 105 - color contains mainly: green. Hex color #65695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65695B is #9A96A4. Grayscale: #666666. Windows color (decimal): -10131109 or 5990757. OLE color: 5990757.

HSL color Cylindrical-coordinate representation of color #65695B: hue angle of 77.14º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #65695B is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB10110591-
CMYK0.0400.130.59
HSL77.14º7.14%38.43%-
HSV(B)77.14º13.33%41.18%-
XYZ12.3113.6311.88-
YUV102.21121.67127.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=34.01%
G=35.35%
B=30.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101105910.0400.130.5977.147.1438.43
Hex65695B40D3B4d726
Octal145151133401573115746
Binary110010111010011011011100011011110111001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65695B; }

 p { color: rgb(101,105,91); }

 H1.HeaderClassName
 {
   color: #65695B;
 }
 .AnyTagClassName
 {
   color: #65695B;
 }
</style>
background-color css

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

 a { background-color: rgb(101,105,91); }

 div.DivClassName
 {
   background-color: #65695B;
 }
 .BgClassName
 {
   background-color: #65695B;
 }
</style>
border-color css

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

 span { border-color: rgb(101,105,91); }

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