#645C56

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

Shades of Kabul #645C56

Tints of Kabul #645C56

Color information

#645C56 (or 0x645C56) is unknown color: approx Kabul. HEX triplet: 64, 5C and 56. RGB value is (100,92,86). Sum of RGB (Red+Green+Blue) = 100+92+86=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 100 - color contains mainly: red. Hex color #645C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C56 is #9BA3A9. Grayscale: #5D5D5D. Windows color (decimal): -10199978 or 5659748. OLE color: 5659748.

HSL color Cylindrical-coordinate representation of color #645C56: hue angle of 25.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #645C56 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB1009286-
CMYK00.080.140.61
HSL25.71º7.53%36.47%-
HSV(B)25.71º14%39.22%-
XYZ10.7611.0410.37-
YUV93.71123.65132.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=35.97%
G=33.09%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100928600.080.140.6125.717.5336.47
Hex645C5608E3D1a824
Octal1441341260101675321044
Binary110010010111001010110010001110111101110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645C56; }

 p { color: rgb(100,92,86); }

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

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

 a { background-color: rgb(100,92,86); }

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

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

 span { border-color: rgb(100,92,86); }

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