#665C54

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

Shades of Kabul #665C54

Tints of Kabul #665C54

Color information

#665C54 (or 0x665C54) is unknown color: approx Kabul. HEX triplet: 66, 5C and 54. RGB value is (102,92,84). Sum of RGB (Red+Green+Blue) = 102+92+84=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #665C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C54 is #99A3AB. Grayscale: #5E5E5E. Windows color (decimal): -10068908 or 5528678. OLE color: 5528678.

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

Color convert

RGB1029284-
CMYK00.100.180.6
HSL26.67º9.68%36.47%-
HSV(B)26.67º17.65%40%-
XYZ10.9111.129.96-
YUV94.08122.31133.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=36.69%
G=33.09%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102928400.100.180.626.679.6836.47
Hex665C540A123C1ba24
Octal1461341240122274331244
Binary1100110101110010101000101010010111100110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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