#684825

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

Shades of Cafe Royale #684825

Tints of Cafe Royale #684825

Color information

#684825 (or 0x684825) is unknown color: approx Cafe Royale. HEX triplet: 68, 48 and 25. RGB value is (104,72,37). Sum of RGB (Red+Green+Blue) = 104+72+37=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #684825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684825 is #97B7DA. Grayscale: #4D4D4D. Windows color (decimal): -9943003 or 2443368. OLE color: 2443368.

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

Color convert

RGB1047237-
CMYK00.310.640.59
HSL31.34º47.52%27.65%-
HSV(B)31.34º64.42%40.78%-
XYZ8.367.712.8-
YUV77.58105.1146.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=48.83%
G=33.80%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104723700.310.640.5931.3447.5227.65
Hex68482501F403B1f301c
Octal1501104503710073376034
Binary1101000100100010010101111110000001110111111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684825; }

 p { color: rgb(104,72,37); }

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

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

 a { background-color: rgb(104,72,37); }

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

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

 span { border-color: rgb(104,72,37); }

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