#655851

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

Shades of Kabul #655851

Tints of Kabul #655851

Color information

#655851 (or 0x655851) is unknown color: approx Kabul. HEX triplet: 65, 58 and 51. RGB value is (101,88,81). Sum of RGB (Red+Green+Blue) = 101+88+81=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 101 - color contains mainly: red. Hex color #655851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655851 is #9AA7AE. Grayscale: #5B5B5B. Windows color (decimal): -10135471 or 5331045. OLE color: 5331045.

HSL color Cylindrical-coordinate representation of color #655851: hue angle of 21º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #655851 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB1018881-
CMYK00.130.200.60
HSL21º10.99%35.69%-
HSV(B)21º19.8%39.61%-
XYZ10.3410.349.24-
YUV91.09122.31135.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 81 (32.03% from 255) = 30%
R=37.41%
G=32.59%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101888100.130.200.602110.9935.69
Hex6558510D143C15b24
Octal1451301210152474251344
Binary1100101101100010100010110110100111100101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655851; }

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

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

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

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

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

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

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

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