#645951

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

Shades of Kabul #645951

Tints of Kabul #645951

Color information

#645951 (or 0x645951) is unknown color: approx Kabul. HEX triplet: 64, 59 and 51. RGB value is (100,89,81). Sum of RGB (Red+Green+Blue) = 100+89+81=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 100 - color contains mainly: red. Hex color #645951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645951 is #9BA6AE. Grayscale: #5B5B5B. Windows color (decimal): -10200751 or 5331300. OLE color: 5331300.

HSL color Cylindrical-coordinate representation of color #645951: hue angle of 25.26º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #645951 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB1008981-
CMYK00.110.190.61
HSL25.26º10.5%35.49%-
HSV(B)25.26º19%39.22%-
XYZ10.3110.459.26-
YUV91.38122.14134.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.04%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 81 (32.03% from 255) = 30%
R=37.04%
G=32.96%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100898100.110.190.6125.2610.535.49
Hex6459510B133D19a23
Octal1441311210132375311243
Binary1100100101100110100010101110011111101110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645951; }

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

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

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

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

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

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

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

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