#644c25

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

Shades of Cafe Royale #644C25

Tints of Cafe Royale #644C25

Color information

#644C25 (or 0x644C25) is unknown color: approx Cafe Royale. HEX triplet: 64, 4C and 25. RGB value is (100,76,37). Sum of RGB (Red+Green+Blue) = 100+76+37=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #644C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C25 is #9BB3DA. Grayscale: #4E4E4E. Windows color (decimal): -10204123 or 2444388. OLE color: 2444388.

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

Color convert

RGB1007637-
CMYK00.240.630.61
HSL37.14º45.99%26.86%-
HSV(B)37.14º63%39.22%-
XYZ8.178.012.87-
YUV78.73104.45143.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=46.95%
G=35.68%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100763700.240.630.6137.1445.9926.86
Hex644C250183F3D252e1b
Octal144114450307775455633
Binary1100100100110010010101100011111111110110010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644c25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644c25; }

 p { color: rgb(100,76,37); }

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

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

 a { background-color: rgb(100,76,37); }

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

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

 span { border-color: rgb(100,76,37); }

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