#665F59

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

Shades of Kabul #665F59

Tints of Kabul #665F59

Color information

#665F59 (or 0x665F59) is unknown color: approx Kabul. HEX triplet: 66, 5F and 59. RGB value is (102,95,89). Sum of RGB (Red+Green+Blue) = 102+95+89=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #665F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F59 is #99A0A6. Grayscale: #606060. Windows color (decimal): -10068135 or 5857126. OLE color: 5857126.

HSL color Cylindrical-coordinate representation of color #665F59: 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 #665F59 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB1029589-
CMYK00.070.130.6
HSL27.69º6.81%37.45%-
HSV(B)27.69º12.75%40%-
XYZ11.3711.7311.12-
YUV96.41123.82131.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 89 (35.16% from 255) = 31.12%
R=35.66%
G=33.22%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102958900.070.130.627.696.8137.45
Hex665F5907D3C1c725
Octal14613713107157434745
Binary1100110101111110110010111110111110011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665F59; }

 p { color: rgb(102,95,89); }

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

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

 a { background-color: rgb(102,95,89); }

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

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

 span { border-color: rgb(102,95,89); }

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