#694C2A

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

Shades of Cafe Royale #694C2A

Tints of Cafe Royale #694C2A

Color information

#694C2A (or 0x694C2A) is unknown color: approx Cafe Royale. HEX triplet: 69, 4C and 2A. RGB value is (105,76,42). Sum of RGB (Red+Green+Blue) = 105+76+42=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #694C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C2A is #96B3D5. Grayscale: #505050. Windows color (decimal): -9876438 or 2772073. OLE color: 2772073.

HSL color Cylindrical-coordinate representation of color #694C2A: hue angle of 32.38º 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 #694C2A is Cyan = 0, Magento = 0.28, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB1057642-
CMYK00.280.60.59
HSL32.38º42.86%28.82%-
HSV(B)32.38º60%41.18%-
XYZ8.838.343.33-
YUV80.79106.11145.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=47.09%
G=34.08%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105764200.280.60.5932.3842.8628.82
Hex694C2A01C3C3B202b1d
Octal151114520347473405335
Binary1101001100110010101001110011110011101110000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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