#694D28

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

Shades of Cafe Royale #694D28

Tints of Cafe Royale #694D28

Color information

#694D28 (or 0x694D28) is unknown color: approx Cafe Royale. HEX triplet: 69, 4D and 28. RGB value is (105,77,40). Sum of RGB (Red+Green+Blue) = 105+77+40=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #694D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D28 is #96B2D7. Grayscale: #515151. Windows color (decimal): -9876184 or 2641257. OLE color: 2641257.

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

Color convert

RGB1057740-
CMYK00.270.620.59
HSL34.15º44.83%28.43%-
HSV(B)34.15º61.9%41.18%-
XYZ8.868.463.17-
YUV81.15104.78145.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 40 (16.02% from 255) = 18.02%
R=47.30%
G=34.68%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105774000.270.620.5934.1544.8328.43
Hex694D2801B3E3B222d1c
Octal151115500337673425534
Binary1101001100110110100001101111111011101110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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