#684A24

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

Shades of Cafe Royale #684A24

Tints of Cafe Royale #684A24

Color information

#684A24 (or 0x684A24) is unknown color: approx Cafe Royale. HEX triplet: 68, 4A and 24. RGB value is (104,74,36). Sum of RGB (Red+Green+Blue) = 104+74+36=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #684A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A24 is #97B5DB. Grayscale: #4E4E4E. Windows color (decimal): -9942492 or 2378344. OLE color: 2378344.

HSL color Cylindrical-coordinate representation of color #684A24: hue angle of 33.53º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684A24 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB1047436-
CMYK00.290.650.59
HSL33.53º48.57%27.45%-
HSV(B)33.53º65.38%40.78%-
XYZ8.487.972.76-
YUV78.64103.94146.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 36 (14.45% from 255) = 16.82%
R=48.60%
G=34.58%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104743600.290.650.5933.5348.5727.45
Hex684A2401D413B22311b
Octal1501124403510173426133
Binary11010001001010100100011101100000111101110001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684A24; }

 p { color: rgb(104,74,36); }

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

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

 a { background-color: rgb(104,74,36); }

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

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

 span { border-color: rgb(104,74,36); }

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