#694B27

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

Shades of Cafe Royale #694B27

Tints of Cafe Royale #694B27

Color information

#694B27 (or 0x694B27) is unknown color: approx Cafe Royale. HEX triplet: 69, 4B and 27. RGB value is (105,75,39). Sum of RGB (Red+Green+Blue) = 105+75+39=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #694B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B27 is #96B4D8. Grayscale: #505050. Windows color (decimal): -9876697 or 2575209. OLE color: 2575209.

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

Color convert

RGB1057539-
CMYK00.290.630.59
HSL32.73º45.83%28.24%-
HSV(B)32.73º62.86%41.18%-
XYZ8.718.183.04-
YUV79.87104.94145.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=47.95%
G=34.25%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105753900.290.630.5932.7345.8328.24
Hex694B2701D3F3B212e1c
Octal151113470357773415634
Binary1101001100101110011101110111111111101110000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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