#694B29

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

Shades of Cafe Royale #694B29

Tints of Cafe Royale #694B29

Color information

#694B29 (or 0x694B29) is unknown color: approx Cafe Royale. HEX triplet: 69, 4B and 29. RGB value is (105,75,41). Sum of RGB (Red+Green+Blue) = 105+75+41=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #694B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B29 is #96B4D6. Grayscale: #505050. Windows color (decimal): -9876695 or 2706281. OLE color: 2706281.

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

Color convert

RGB1057541-
CMYK00.290.610.59
HSL31.88º43.84%28.63%-
HSV(B)31.88º60.95%41.18%-
XYZ8.748.23.22-
YUV80.09105.94145.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 41 (16.41% from 255) = 18.55%
R=47.51%
G=33.94%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105754100.290.610.5931.8843.8428.63
Hex694B2901D3D3B202c1d
Octal151113510357573405435
Binary1101001100101110100101110111110111101110000010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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