#694629

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

Shades of Cafe Royale #694629

Tints of Cafe Royale #694629

Color information

#694629 (or 0x694629) is unknown color: approx Cafe Royale. HEX triplet: 69, 46 and 29. RGB value is (105,70,41). Sum of RGB (Red+Green+Blue) = 105+70+41=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #694629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694629 is #96B9D6. Grayscale: #4D4D4D. Windows color (decimal): -9877975 or 2705001. OLE color: 2705001.

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

Color convert

RGB1057041-
CMYK00.330.610.59
HSL27.19º43.84%28.63%-
HSV(B)27.19º60.95%41.18%-
XYZ8.427.543.11-
YUV77.16107.6147.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=48.61%
G=32.41%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105704100.330.610.5927.1943.8428.63
Hex6946290213D3B1b2c1d
Octal151106510417573335435
Binary1101001100011010100101000011111011110111101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694629; }

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

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

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

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

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

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

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

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