#655B55

Color #655B55 Kabul (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kabul #655B55

Tints of Kabul #655B55

Color information

#655B55 (or 0x655B55) is unknown color: approx Kabul. HEX triplet: 65, 5B and 55. RGB value is (101,91,85). Sum of RGB (Red+Green+Blue) = 101+91+85=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #655B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B55 is #9AA4AA. Grayscale: #5D5D5D. Windows color (decimal): -10134699 or 5593957. OLE color: 5593957.

HSL color Cylindrical-coordinate representation of color #655B55: hue angle of 22.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #655B55 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB1019185-
CMYK00.100.160.60
HSL22.5º8.6%36.47%-
HSV(B)22.5º15.84%39.61%-
XYZ10.7510.910.13-
YUV93.31123.31133.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=36.46%
G=32.85%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101918500.100.160.6022.58.636.47
Hex655B550A103C17924
Octal1451331250122074271144
Binary1100101101101110101010101010000111100101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655B55; }

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

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

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

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

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

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

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

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