#684B26

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

Shades of Cafe Royale #684B26

Tints of Cafe Royale #684B26

Color information

#684B26 (or 0x684B26) is unknown color: approx Cafe Royale. HEX triplet: 68, 4B and 26. RGB value is (104,75,38). Sum of RGB (Red+Green+Blue) = 104+75+38=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #684B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B26 is #97B4D9. Grayscale: #4F4F4F. Windows color (decimal): -9942234 or 2509672. OLE color: 2509672.

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

Color convert

RGB1047538-
CMYK00.280.630.59
HSL33.64º46.48%27.84%-
HSV(B)33.64º63.46%40.78%-
XYZ8.578.122.95-
YUV79.45104.61145.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=47.93%
G=34.56%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104753800.280.630.5933.6446.4827.84
Hex684B2601C3F3B222e1c
Octal150113460347773425634
Binary1101000100101110011001110011111111101110001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,75,38); }

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

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

 a { background-color: rgb(104,75,38); }

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

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

 span { border-color: rgb(104,75,38); }

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