#655E58

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

Shades of Kabul #655E58

Tints of Kabul #655E58

Color information

#655E58 (or 0x655E58) is unknown color: approx Kabul. HEX triplet: 65, 5E and 58. RGB value is (101,94,88). Sum of RGB (Red+Green+Blue) = 101+94+88=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #655E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E58 is #9AA1A7. Grayscale: #5F5F5F. Windows color (decimal): -10133928 or 5791333. OLE color: 5791333.

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

Color convert

RGB1019488-
CMYK00.070.130.60
HSL27.69º6.88%37.06%-
HSV(B)27.69º12.87%39.61%-
XYZ11.1311.4810.86-
YUV95.41123.82131.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=35.69%
G=33.22%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101948800.070.130.6027.696.8837.06
Hex655E5807D3C1c725
Octal14513613007157434745
Binary1100101101111010110000111110111110011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,94,88); }

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

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

 a { background-color: rgb(101,94,88); }

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

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

 span { border-color: rgb(101,94,88); }

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