#684925

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

Shades of Cafe Royale #684925

Tints of Cafe Royale #684925

Color information

#684925 (or 0x684925) is unknown color: approx Cafe Royale. HEX triplet: 68, 49 and 25. RGB value is (104,73,37). Sum of RGB (Red+Green+Blue) = 104+73+37=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #684925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684925 is #97B6DA. Grayscale: #4E4E4E. Windows color (decimal): -9942747 or 2443624. OLE color: 2443624.

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

Color convert

RGB1047337-
CMYK00.300.640.59
HSL32.24º47.52%27.65%-
HSV(B)32.24º64.42%40.78%-
XYZ8.437.842.82-
YUV78.17104.77146.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=48.60%
G=34.11%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104733700.300.640.5932.2447.5227.65
Hex68492501E403B20301c
Octal1501114503610073406034
Binary11010001001001100101011110100000011101110000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684925; }

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

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

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

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

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

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

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

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