#694a2b

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

Shades of Cafe Royale #694A2B

Tints of Cafe Royale #694A2B

Color information

#694A2B (or 0x694A2B) is unknown color: approx Cafe Royale. HEX triplet: 69, 4A and 2B. RGB value is (105,74,43). Sum of RGB (Red+Green+Blue) = 105+74+43=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #694A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A2B is #96B5D4. Grayscale: #4F4F4F. Windows color (decimal): -9876949 or 2837097. OLE color: 2837097.

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

Color convert

RGB1057443-
CMYK00.300.590.59
HSL30º41.89%29.02%-
HSV(B)30º59.05%41.18%-
XYZ8.718.083.39-
YUV79.74107.27146.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=47.30%
G=33.33%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105744300.300.590.593041.8929.02
Hex694A2B01E3B3B1e2a1d
Octal151112530367373365235
Binary110100110010101010110111101110111110111111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694a2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,74,43); }

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

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

 a { background-color: rgb(105,74,43); }

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

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

 span { border-color: rgb(105,74,43); }

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