#684B29

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

Shades of Cafe Royale #684B29

Tints of Cafe Royale #684B29

Color information

#684B29 (or 0x684B29) is unknown color: approx Cafe Royale. HEX triplet: 68, 4B and 29. RGB value is (104,75,41). Sum of RGB (Red+Green+Blue) = 104+75+41=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #684B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B29 is #97B4D6. Grayscale: #4F4F4F. Windows color (decimal): -9942231 or 2706280. OLE color: 2706280.

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

Color convert

RGB1047541-
CMYK00.280.610.59
HSL32.38º43.45%28.43%-
HSV(B)32.38º60.58%40.78%-
XYZ8.638.143.21-
YUV79.8106.11145.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 41 (16.41% from 255) = 18.64%
R=47.27%
G=34.09%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104754100.280.610.5932.3843.4528.43
Hex684B2901C3D3B202b1c
Octal150113510347573405334
Binary1101000100101110100101110011110111101110000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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