#684629

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

Shades of Cafe Royale #684629

Tints of Cafe Royale #684629

Color information

#684629 (or 0x684629) is unknown color: approx Cafe Royale. HEX triplet: 68, 46 and 29. RGB value is (104,70,41). Sum of RGB (Red+Green+Blue) = 104+70+41=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #684629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684629 is #97B9D6. Grayscale: #4D4D4D. Windows color (decimal): -9943511 or 2705000. OLE color: 2705000.

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

Color convert

RGB1047041-
CMYK00.330.610.59
HSL27.62º43.45%28.43%-
HSV(B)27.62º60.58%40.78%-
XYZ8.37.483.1-
YUV76.86107.76147.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=48.37%
G=32.56%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104704100.330.610.5927.6243.4528.43
Hex6846290213D3B1c2b1c
Octal150106510417573345334
Binary1101000100011010100101000011111011110111110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684629; }

 p { color: rgb(104,70,41); }

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

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

 a { background-color: rgb(104,70,41); }

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

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

 span { border-color: rgb(104,70,41); }

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