#684726

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

Shades of Cafe Royale #684726

Tints of Cafe Royale #684726

Color information

#684726 (or 0x684726) is unknown color: approx Cafe Royale. HEX triplet: 68, 47 and 26. RGB value is (104,71,38). Sum of RGB (Red+Green+Blue) = 104+71+38=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #684726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684726 is #97B8D9. Grayscale: #4D4D4D. Windows color (decimal): -9943258 or 2508648. OLE color: 2508648.

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

Color convert

RGB1047138-
CMYK00.320.630.59
HSL30º46.48%27.84%-
HSV(B)30º63.46%40.78%-
XYZ8.317.592.86-
YUV77.1105.93147.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 38 (15.23% from 255) = 17.84%
R=48.83%
G=33.33%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104713800.320.630.593046.4827.84
Hex6847260203F3B1e2e1c
Octal150107460407773365634
Binary1101000100011110011001000001111111110111111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684726; }

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

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

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

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

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

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

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

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