#644627

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

Shades of Cafe Royale #644627

Tints of Cafe Royale #644627

Color information

#644627 (or 0x644627) is unknown color: approx Cafe Royale. HEX triplet: 64, 46 and 27. RGB value is (100,70,39). Sum of RGB (Red+Green+Blue) = 100+70+39=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #644627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644627 is #9BB9D8. Grayscale: #4B4B4B. Windows color (decimal): -10205657 or 2573924. OLE color: 2573924.

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

Color convert

RGB1007039-
CMYK00.300.610.61
HSL30.49º43.88%27.25%-
HSV(B)30.49º61%39.22%-
XYZ7.817.242.9-
YUV75.44107.44145.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=47.85%
G=33.49%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100703900.300.610.6130.4943.8827.25
Hex64462701E3D3D1e2c1b
Octal144106470367575365433
Binary110010010001101001110111101111011111011111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644627; }

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

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

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

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

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

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

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

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