#694727

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

Shades of Cafe Royale #694727

Tints of Cafe Royale #694727

Color information

#694727 (or 0x694727) is unknown color: approx Cafe Royale. HEX triplet: 69, 47 and 27. RGB value is (105,71,39). Sum of RGB (Red+Green+Blue) = 105+71+39=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #694727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694727 is #96B8D8. Grayscale: #4D4D4D. Windows color (decimal): -9877721 or 2574185. OLE color: 2574185.

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

Color convert

RGB1057139-
CMYK00.320.630.59
HSL29.09º45.83%28.24%-
HSV(B)29.09º62.86%41.18%-
XYZ8.457.662.95-
YUV77.52106.26147.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 71 (28.12% from 255) = 33.02%
BLUE value IS 39 (15.62% from 255) = 18.14%
R=48.84%
G=33.02%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105713900.320.630.5929.0945.8328.24
Hex6947270203F3B1d2e1c
Octal151107470407773355634
Binary1101001100011110011101000001111111110111110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694727; }

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

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

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

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

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

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

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

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