#665A51

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

Shades of Kabul #665A51

Tints of Kabul #665A51

Color information

#665A51 (or 0x665A51) is unknown color: approx Kabul. HEX triplet: 66, 5A and 51. RGB value is (102,90,81). Sum of RGB (Red+Green+Blue) = 102+90+81=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #665A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A51 is #99A5AE. Grayscale: #5C5C5C. Windows color (decimal): -10069423 or 5331558. OLE color: 5331558.

HSL color Cylindrical-coordinate representation of color #665A51: hue angle of 25.71º 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 #665A51 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB1029081-
CMYK00.120.210.6
HSL25.71º11.48%35.88%-
HSV(B)25.71º20.59%40%-
XYZ10.6210.739.3-
YUV92.56121.48134.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 81 (32.03% from 255) = 29.67%
R=37.36%
G=32.97%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102908100.120.210.625.7111.4835.88
Hex665A510C153C1ab24
Octal1461321210142574321344
Binary1100110101101010100010110010101111100110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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