#644925

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

Shades of Cafe Royale #644925

Tints of Cafe Royale #644925

Color information

#644925 (or 0x644925) is unknown color: approx Cafe Royale. HEX triplet: 64, 49 and 25. RGB value is (100,73,37). Sum of RGB (Red+Green+Blue) = 100+73+37=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #644925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644925 is #9BB6DA. Grayscale: #4D4D4D. Windows color (decimal): -10204891 or 2443620. OLE color: 2443620.

HSL color Cylindrical-coordinate representation of color #644925: hue angle of 34.29º 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 #644925 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB1007337-
CMYK00.270.630.61
HSL34.29º45.99%26.86%-
HSV(B)34.29º63%39.22%-
XYZ7.977.612.8-
YUV76.97105.45144.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=47.62%
G=34.76%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100733700.270.630.6134.2945.9926.86
Hex64492501B3F3D222e1b
Octal144111450337775425633
Binary1100100100100110010101101111111111110110001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644925; }

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

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

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

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

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

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

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

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