#644628

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

Shades of Cafe Royale #644628

Tints of Cafe Royale #644628

Color information

#644628 (or 0x644628) is unknown color: approx Cafe Royale. HEX triplet: 64, 46 and 28. RGB value is (100,70,40). Sum of RGB (Red+Green+Blue) = 100+70+40=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #644628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644628 is #9BB9D7. Grayscale: #4B4B4B. Windows color (decimal): -10205656 or 2639460. OLE color: 2639460.

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

Color convert

RGB1007040-
CMYK00.300.60.61
HSL30º42.86%27.45%-
HSV(B)30º60%39.22%-
XYZ7.837.242.99-
YUV75.55107.94145.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=47.62%
G=33.33%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100704000.300.60.613042.8627.45
Hex64462801E3C3D1e2b1b
Octal144106500367475365333
Binary110010010001101010000111101111001111011111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644628; }

 p { color: rgb(100,70,40); }

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

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

 a { background-color: rgb(100,70,40); }

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

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

 span { border-color: rgb(100,70,40); }

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