#666564

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

Shades of Kabul #666564

Tints of Kabul #666564

Color information

#666564 (or 0x666564) is unknown color: approx Kabul. HEX triplet: 66, 65 and 64. RGB value is (102,101,100). Sum of RGB (Red+Green+Blue) = 102+101+100=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 102 - color contains mainly: red. Hex color #666564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666564 is #999A9B. Grayscale: #656565. Windows color (decimal): -10066588 or 6579558. OLE color: 6579558.

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

Color convert

RGB102101100-
CMYK00.010.020.6
HSL30º0.99%39.61%-
HSV(B)30º1.96%40%-
XYZ12.4313.0513.92-
YUV101.18127.33128.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=33.66%
G=33.33%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210110000.010.020.6300.9939.61
Hex6665640123C1e128
Octal1461451440127436150
Binary1100110110010111001000110111100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666564; }

 p { color: rgb(102,101,100); }

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

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

 a { background-color: rgb(102,101,100); }

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

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

 span { border-color: rgb(102,101,100); }

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