#694D27

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

Shades of Cafe Royale #694D27

Tints of Cafe Royale #694D27

Color information

#694D27 (or 0x694D27) is unknown color: approx Cafe Royale. HEX triplet: 69, 4D and 27. RGB value is (105,77,39). Sum of RGB (Red+Green+Blue) = 105+77+39=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #694D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D27 is #96B2D8. Grayscale: #515151. Windows color (decimal): -9876185 or 2575721. OLE color: 2575721.

HSL color Cylindrical-coordinate representation of color #694D27: hue angle of 34.55º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #694D27 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1057739-
CMYK00.270.630.59
HSL34.55º45.83%28.24%-
HSV(B)34.55º62.86%41.18%-
XYZ8.858.463.09-
YUV81.04104.28145.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 77 (30.47% from 255) = 34.84%
BLUE value IS 39 (15.62% from 255) = 17.65%
R=47.51%
G=34.84%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105773900.270.630.5934.5545.8328.24
Hex694D2701B3F3B232e1c
Octal151115470337773435634
Binary1101001100110110011101101111111111101110001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,77,39); }

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

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

 a { background-color: rgb(105,77,39); }

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

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

 span { border-color: rgb(105,77,39); }

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