#644926

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

Shades of Cafe Royale #644926

Tints of Cafe Royale #644926

Color information

#644926 (or 0x644926) is unknown color: approx Cafe Royale. HEX triplet: 64, 49 and 26. RGB value is (100,73,38). Sum of RGB (Red+Green+Blue) = 100+73+38=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #644926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644926 is #9BB6D9. Grayscale: #4D4D4D. Windows color (decimal): -10204890 or 2509156. OLE color: 2509156.

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

Color convert

RGB1007338-
CMYK00.270.620.61
HSL33.87º44.93%27.06%-
HSV(B)33.87º62%39.22%-
XYZ7.997.612.88-
YUV77.08105.95144.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=47.39%
G=34.60%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100733800.270.620.6133.8744.9327.06
Hex64492601B3E3D222d1b
Octal144111460337675425533
Binary1100100100100110011001101111111011110110001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644926; }

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

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

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

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

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

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

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

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