#694A2A

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

Shades of Cafe Royale #694A2A

Tints of Cafe Royale #694A2A

Color information

#694A2A (or 0x694A2A) is unknown color: approx Cafe Royale. HEX triplet: 69, 4A and 2A. RGB value is (105,74,42). Sum of RGB (Red+Green+Blue) = 105+74+42=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #694A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A2A is #96B5D5. Grayscale: #4F4F4F. Windows color (decimal): -9876950 or 2771561. OLE color: 2771561.

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

Color convert

RGB1057442-
CMYK00.300.60.59
HSL30.48º42.86%28.82%-
HSV(B)30.48º60%41.18%-
XYZ8.698.073.29-
YUV79.62106.77146.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=47.51%
G=33.48%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105744200.300.60.5930.4842.8628.82
Hex694A2A01E3C3B1e2b1d
Octal151112520367473365335
Binary110100110010101010100111101111001110111111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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