#694929

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

Shades of Cafe Royale #694929

Tints of Cafe Royale #694929

Color information

#694929 (or 0x694929) is unknown color: approx Cafe Royale. HEX triplet: 69, 49 and 29. RGB value is (105,73,41). Sum of RGB (Red+Green+Blue) = 105+73+41=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #694929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694929 is #96B6D6. Grayscale: #4F4F4F. Windows color (decimal): -9877207 or 2705769. OLE color: 2705769.

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

Color convert

RGB1057341-
CMYK00.300.610.59
HSL30º43.84%28.63%-
HSV(B)30º60.95%41.18%-
XYZ8.617.933.17-
YUV78.92106.6146.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 18.72%
R=47.95%
G=33.33%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105734100.300.610.593043.8428.63
Hex69492901E3D3B1e2c1d
Octal151111510367573365435
Binary110100110010011010010111101111011110111111010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694929; }

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

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

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

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

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

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

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

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