#694C29

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

Shades of Cafe Royale #694C29

Tints of Cafe Royale #694C29

Color information

#694C29 (or 0x694C29) is unknown color: approx Cafe Royale. HEX triplet: 69, 4C and 29. RGB value is (105,76,41). Sum of RGB (Red+Green+Blue) = 105+76+41=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #694C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C29 is #96B3D6. Grayscale: #505050. Windows color (decimal): -9876439 or 2706537. OLE color: 2706537.

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

Color convert

RGB1057641-
CMYK00.280.610.59
HSL32.81º43.84%28.63%-
HSV(B)32.81º60.95%41.18%-
XYZ8.818.333.24-
YUV80.68105.61145.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=47.30%
G=34.23%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105764100.280.610.5932.8143.8428.63
Hex694C2901C3D3B212c1d
Octal151114510347573415435
Binary1101001100110010100101110011110111101110000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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