#665951

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

Shades of Kabul #665951

Tints of Kabul #665951

Color information

#665951 (or 0x665951) is unknown color: approx Kabul. HEX triplet: 66, 59 and 51. RGB value is (102,89,81). Sum of RGB (Red+Green+Blue) = 102+89+81=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #665951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665951 is #99A6AE. Grayscale: #5C5C5C. Windows color (decimal): -10069679 or 5331302. OLE color: 5331302.

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

Color convert

RGB1028981-
CMYK00.130.210.6
HSL22.86º11.48%35.88%-
HSV(B)22.86º20.59%40%-
XYZ10.5410.569.27-
YUV91.97121.81135.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 81 (32.03% from 255) = 29.78%
R=37.5%
G=32.72%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102898100.130.210.622.8611.4835.88
Hex6659510D153C17b24
Octal1461311210152574271344
Binary1100110101100110100010110110101111100101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665951; }

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

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

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

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

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

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

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

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