#684A28

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

Shades of Cafe Royale #684A28

Tints of Cafe Royale #684A28

Color information

#684A28 (or 0x684A28) is unknown color: approx Cafe Royale. HEX triplet: 68, 4A and 28. RGB value is (104,74,40). Sum of RGB (Red+Green+Blue) = 104+74+40=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #684A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A28 is #97B5D7. Grayscale: #4F4F4F. Windows color (decimal): -9942488 or 2640488. OLE color: 2640488.

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

Color convert

RGB1047440-
CMYK00.290.620.59
HSL31.88º44.44%28.24%-
HSV(B)31.88º61.54%40.78%-
XYZ8.547.993.1-
YUV79.09105.94145.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=47.71%
G=33.94%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104744000.290.620.5931.8844.4428.24
Hex684A2801D3E3B202c1c
Octal150112500357673405434
Binary1101000100101010100001110111111011101110000010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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