#684526

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

Shades of Cafe Royale #684526

Tints of Cafe Royale #684526

Color information

#684526 (or 0x684526) is unknown color: approx Cafe Royale. HEX triplet: 68, 45 and 26. RGB value is (104,69,38). Sum of RGB (Red+Green+Blue) = 104+69+38=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #684526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684526 is #97BAD9. Grayscale: #4C4C4C. Windows color (decimal): -9943770 or 2508136. OLE color: 2508136.

HSL color Cylindrical-coordinate representation of color #684526: hue angle of 28.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #684526 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1046938-
CMYK00.340.630.59
HSL28.18º46.48%27.84%-
HSV(B)28.18º63.46%40.78%-
XYZ8.197.342.82-
YUV75.93106.6148.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=49.29%
G=32.70%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104693800.340.630.5928.1846.4827.84
Hex6845260223F3B1c2e1c
Octal150105460427773345634
Binary1101000100010110011001000101111111110111110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684526; }

 p { color: rgb(104,69,38); }

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

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

 a { background-color: rgb(104,69,38); }

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

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

 span { border-color: rgb(104,69,38); }

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