#665850

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

Shades of Kabul #665850

Tints of Kabul #665850

Color information

#665850 (or 0x665850) is unknown color: approx Kabul. HEX triplet: 66, 58 and 50. RGB value is (102,88,80). Sum of RGB (Red+Green+Blue) = 102+88+80=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #665850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665850 is #99A7AF. Grayscale: #5B5B5B. Windows color (decimal): -10069936 or 5265510. OLE color: 5265510.

HSL color Cylindrical-coordinate representation of color #665850: hue angle of 21.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665850 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1028880-
CMYK00.140.220.6
HSL21.82º12.09%35.69%-
HSV(B)21.82º21.57%40%-
XYZ10.4210.389.04-
YUV91.27121.64135.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=37.78%
G=32.59%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102888000.140.220.621.8212.0935.69
Hex6658500E163C16c24
Octal1461301200162674261444
Binary1100110101100010100000111010110111100101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665850; }

 p { color: rgb(102,88,80); }

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

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

 a { background-color: rgb(102,88,80); }

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

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

 span { border-color: rgb(102,88,80); }

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