#655C54

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

Shades of Kabul #655C54

Tints of Kabul #655C54

Color information

#655C54 (or 0x655C54) is unknown color: approx Kabul. HEX triplet: 65, 5C and 54. RGB value is (101,92,84). Sum of RGB (Red+Green+Blue) = 101+92+84=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #655C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C54 is #9AA3AB. Grayscale: #5D5D5D. Windows color (decimal): -10134444 or 5528677. OLE color: 5528677.

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

Color convert

RGB1019284-
CMYK00.090.170.60
HSL28.24º9.19%36.27%-
HSV(B)28.24º16.83%39.61%-
XYZ10.7911.069.95-
YUV93.78122.48133.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=36.46%
G=33.21%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101928400.090.170.6028.249.1936.27
Hex655C5409113C1c924
Octal1451341240112174341144
Binary1100101101110010101000100110001111100111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,92,84); }

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

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

 a { background-color: rgb(101,92,84); }

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

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

 span { border-color: rgb(101,92,84); }

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