#684626

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

Shades of Cafe Royale #684626

Tints of Cafe Royale #684626

Color information

#684626 (or 0x684626) is unknown color: approx Cafe Royale. HEX triplet: 68, 46 and 26. RGB value is (104,70,38). Sum of RGB (Red+Green+Blue) = 104+70+38=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #684626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684626 is #97B9D9. Grayscale: #4C4C4C. Windows color (decimal): -9943514 or 2508392. OLE color: 2508392.

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

Color convert

RGB1047038-
CMYK00.330.630.59
HSL29.09º46.48%27.84%-
HSV(B)29.09º63.46%40.78%-
XYZ8.257.462.84-
YUV76.52106.26147.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.06%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=49.06%
G=33.02%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104703800.330.630.5929.0946.4827.84
Hex6846260213F3B1d2e1c
Octal150106460417773355634
Binary1101000100011010011001000011111111110111110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684626; }

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

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

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

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

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

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

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

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