#644826

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

Shades of Cafe Royale #644826

Tints of Cafe Royale #644826

Color information

#644826 (or 0x644826) is unknown color: approx Cafe Royale. HEX triplet: 64, 48 and 26. RGB value is (100,72,38). Sum of RGB (Red+Green+Blue) = 100+72+38=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #644826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644826 is #9BB7D9. Grayscale: #4C4C4C. Windows color (decimal): -10205146 or 2508900. OLE color: 2508900.

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

Color convert

RGB1007238-
CMYK00.280.620.61
HSL32.9º44.93%27.06%-
HSV(B)32.9º62%39.22%-
XYZ7.927.482.86-
YUV76.5106.28144.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=47.62%
G=34.29%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100723800.280.620.6132.944.9327.06
Hex64482601C3E3D212d1b
Octal144110460347675415533
Binary1100100100100010011001110011111011110110000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644826; }

 p { color: rgb(100,72,38); }

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

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

 a { background-color: rgb(100,72,38); }

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

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

 span { border-color: rgb(100,72,38); }

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