#665C55

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

Shades of Kabul #665C55

Tints of Kabul #665C55

Color information

#665C55 (or 0x665C55) is unknown color: approx Kabul. HEX triplet: 66, 5C and 55. RGB value is (102,92,85). Sum of RGB (Red+Green+Blue) = 102+92+85=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #665C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C55 is #99A3AA. Grayscale: #5E5E5E. Windows color (decimal): -10068907 or 5594214. OLE color: 5594214.

HSL color Cylindrical-coordinate representation of color #665C55: hue angle of 24.71º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665C55 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB1029285-
CMYK00.100.170.6
HSL24.71º9.09%36.67%-
HSV(B)24.71º16.67%40%-
XYZ10.9511.1310.17-
YUV94.19122.81133.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=36.56%
G=32.97%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102928500.100.170.624.719.0936.67
Hex665C550A113C19925
Octal1461341250122174311145
Binary1100110101110010101010101010001111100110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,92,85); }

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

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

 a { background-color: rgb(102,92,85); }

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

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

 span { border-color: rgb(102,92,85); }

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