#644827

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

Shades of Cafe Royale #644827

Tints of Cafe Royale #644827

Color information

#644827 (or 0x644827) is unknown color: approx Cafe Royale. HEX triplet: 64, 48 and 27. RGB value is (100,72,39). Sum of RGB (Red+Green+Blue) = 100+72+39=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #644827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644827 is #9BB7D8. Grayscale: #4C4C4C. Windows color (decimal): -10205145 or 2574436. OLE color: 2574436.

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

Color convert

RGB1007239-
CMYK00.280.610.61
HSL32.46º43.88%27.25%-
HSV(B)32.46º61%39.22%-
XYZ7.947.492.95-
YUV76.61106.78144.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=47.39%
G=34.12%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100723900.280.610.6132.4643.8827.25
Hex64482701C3D3D202c1b
Octal144110470347575405433
Binary1100100100100010011101110011110111110110000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644827; }

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

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

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

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

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

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

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

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