#684C25

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

Shades of Cafe Royale #684C25

Tints of Cafe Royale #684C25

Color information

#684C25 (or 0x684C25) is unknown color: approx Cafe Royale. HEX triplet: 68, 4C and 25. RGB value is (104,76,37). Sum of RGB (Red+Green+Blue) = 104+76+37=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #684C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C25 is #97B3DA. Grayscale: #505050. Windows color (decimal): -9941979 or 2444392. OLE color: 2444392.

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

Color convert

RGB1047637-
CMYK00.270.640.59
HSL34.93º47.52%27.65%-
HSV(B)34.93º64.42%40.78%-
XYZ8.638.252.89-
YUV79.93103.78145.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 76 (30.08% from 255) = 35.02%
BLUE value IS 37 (14.84% from 255) = 17.05%
R=47.93%
G=35.02%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104763700.270.640.5934.9347.5227.65
Hex684C2501B403B23301c
Octal1501144503310073436034
Binary11010001001100100101011011100000011101110001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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