#655D56

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

Shades of Kabul #655D56

Tints of Kabul #655D56

Color information

#655D56 (or 0x655D56) is unknown color: approx Kabul. HEX triplet: 65, 5D and 56. RGB value is (101,93,86). Sum of RGB (Red+Green+Blue) = 101+93+86=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #655D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D56 is #9AA2A9. Grayscale: #5E5E5E. Windows color (decimal): -10134186 or 5660005. OLE color: 5660005.

HSL color Cylindrical-coordinate representation of color #655D56: hue angle of 28º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #655D56 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1019386-
CMYK00.080.150.60
HSL28º8.02%36.67%-
HSV(B)28º14.85%39.61%-
XYZ10.9611.2710.4-
YUV94.59123.15132.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=36.07%
G=33.21%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101938600.080.150.60288.0236.67
Hex655D5608F3C1c825
Octal1451351260101774341045
Binary110010110111011010110010001111111100111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,93,86); }

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

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

 a { background-color: rgb(101,93,86); }

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

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

 span { border-color: rgb(101,93,86); }

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