#64615E

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

Shades of Kabul #64615E

Tints of Kabul #64615E

Color information

#64615E (or 0x64615E) is unknown color: approx Kabul. HEX triplet: 64, 61 and 5E. RGB value is (100,97,94). Sum of RGB (Red+Green+Blue) = 100+97+94=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 100 - color contains mainly: red. Hex color #64615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64615E is #9B9EA1. Grayscale: #616161. Windows color (decimal): -10198690 or 6185316. OLE color: 6185316.

HSL color Cylindrical-coordinate representation of color #64615E: hue angle of 30º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #64615E is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB1009794-
CMYK00.030.060.61
HSL30º3.09%38.04%-
HSV(B)30º6%39.22%-
XYZ11.5512.0712.31-
YUV97.56125.99129.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=34.36%
G=33.33%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100979400.030.060.61303.0938.04
Hex64615E0363D1e326
Octal1441411360367536346
Binary1100100110000110111100111101111011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64615E; }

 p { color: rgb(100,97,94); }

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

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

 a { background-color: rgb(100,97,94); }

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

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

 span { border-color: rgb(100,97,94); }

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